Skip to content

Commit

Permalink
CASMINST-6519 fix variable
Browse files Browse the repository at this point in the history
  • Loading branch information
leliasen-hpe committed Jul 6, 2023
1 parent 7d1d74d commit 86c5cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upgrade/scripts/upgrade/upload-ncn-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ fi

if [[ -z ${CSM_RELEASE} ]]; then
echo "CSM_RELEASE_VERSION environment variable needs to be set and exported. It should be set to the \
version of CSM being patched. For example 'export CSM_RELEASE=\"1.4.1\"'"
version of CSM being patched. For example 'export CSM_RELEASE_VERSION=\"1.4.1\"'"
exit 1
fi

Expand Down

0 comments on commit 86c5cbc

Please sign in to comment.