Skip to content

Commit

Permalink
fix: used improper name
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
  • Loading branch information
prb112 committed Feb 3, 2025
1 parent a1fcc02 commit 641cdd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/create-var-file.sh
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ COREOS_NAME=$(echo ${COREOS_FILE} | sed 's|\.ova\.gz||' | tr '.' '-' | sed 's|-0
# RHEL_IMAGE_NAME
if [ -z "${RHEL_IMAGE_NAME}" ]
then
echo "WARNING: RHEL_IMAGE_NAME is not set, defaulting to 'Centos-Stream-9'"
RHEL_IMAGE_NAME="Centos-Stream-9"
echo "WARNING: RHEL_IMAGE_NAME is not set, defaulting to 'CentOS-Stream-9'"
RHEL_IMAGE_NAME="CentOS-Stream-9"
fi
OVERRIDE_PREFIX=$(${IBMCLOUD} pi workspace list 2>&1 | grep $POWERVS_SERVICE_INSTANCE_ID | awk '{print $NF}')
Expand Down

0 comments on commit 641cdd6

Please sign in to comment.