Skip to content

Commit e7c3441

Browse files
author
Natalia Jordan
committed
updating comments for clarity
Signed-off-by: Natalia Jordan <[email protected]>
1 parent 79ab666 commit e7c3441

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

openshift-install-powervs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,14 +176,13 @@ function check_required_env_vars {
176176
missing_vars=1
177177
fi
178178

179-
# Check RELEASE_VER (optional but recommended)
179+
# Check RELEASE_VER (optional since we have default)
180180
if [[ -z "${RELEASE_VER}" ]]; then
181181
warn "RELEASE_VER is not set (will use default: 4.15 type 4.15 if you want to use defualt elsee export correct rhcos version)"
182182
echo " Description: OpenShift release version to install"
183183
echo " Default: 4.15"
184184
echo " How to set: export RELEASE_VER='4.16'"
185185
echo ""
186-
missing_vars=1
187186
else
188187
log "Using RHCOS release version: ${RELEASE_VER}, to change run export RELEASE_VER='<version>'"
189188
fi

0 commit comments

Comments
 (0)