Skip to content
Snippets Groups Projects
Commit 3d56f23a authored by Oriol Tintó's avatar Oriol Tintó
Browse files

Replace wrong variable name.

parent e204651c
No related branches found
No related tags found
No related merge requests found
...@@ -33,5 +33,5 @@ if [ $( spack find icon-nwp@${ICON_VERSION} &> /dev/null ; echo $? ) -ne 0 ]; th ...@@ -33,5 +33,5 @@ if [ $( spack find icon-nwp@${ICON_VERSION} &> /dev/null ; echo $? ) -ne 0 ]; th
echo "Installing icon-nwp@${ICON_VERSION}." echo "Installing icon-nwp@${ICON_VERSION}."
spack install icon-nwp@${ICON_VERSION} spack install icon-nwp@${ICON_VERSION}
else else
echo "icon-nwp@${version} already installed!" echo "icon-nwp@${ICON_VERSION} already installed!"
fi fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment