From 3d56f23a05d25f675fed015d536bdc6c6fdd29be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oriol=20Tint=C3=B3?= <oriol.tinto@lmu.de> Date: Thu, 9 Mar 2023 12:03:21 +0100 Subject: [PATCH] Replace wrong variable name. --- templates/build_icon.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/build_icon.sh b/templates/build_icon.sh index c8bc5c0..def60f0 100644 --- a/templates/build_icon.sh +++ b/templates/build_icon.sh @@ -33,5 +33,5 @@ if [ $( spack find icon-nwp@${ICON_VERSION} &> /dev/null ; echo $? ) -ne 0 ]; th echo "Installing icon-nwp@${ICON_VERSION}." spack install icon-nwp@${ICON_VERSION} else - echo "icon-nwp@${version} already installed!" + echo "icon-nwp@${ICON_VERSION} already installed!" fi -- GitLab