Skip to content
Snippets Groups Projects
Commit 5534a11a authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

fixed syntax error

parent ae71d68a
No related branches found
No related tags found
1 merge request!16New feature version
......@@ -10,7 +10,7 @@ mkdir -p config
cp /etc/profile.d/z10_spack_environment.sh config/spack-env.sh
export BRANCH=$1
if [ ${BRANCH} == "release" ];
if [ ${BRANCH} == "release" ]; then
export TAG="latest"
else
export TAG="unstable"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment