Fix image-che-flag

Use the right env name
6.19.x
Sergey Skorik 2018-06-18 09:59:40 +03:00 committed by GitHub
parent c3a982ce2f
commit 509e83955f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -270,8 +270,8 @@ parse_args() {
shift
;;
--image-che=*)
export CHE_IMAGE_REPO=$(echo "${key#*=}" | sed 's/:.*//')
export CHE_IMAGE_TAG=$(echo "${key#*=}" | sed 's/.*://')
export CHE_IMAGE_REPO=$(echo "${i#*=}" | sed 's/:.*//')
export CHE_IMAGE_TAG=$(echo "${i#*=}" | sed 's/.*://')
shift
;;
--remove-che)