Fix typo in missing version error message
This commit is contained in:
parent
2ca7884bbe
commit
352cc0939b
2
abra
2
abra
@ -1342,7 +1342,7 @@ sub_app_deploy (){
|
|||||||
if [ -n "$abra__version_" ]; then
|
if [ -n "$abra__version_" ]; then
|
||||||
VERSION="$abra__version_"
|
VERSION="$abra__version_"
|
||||||
if ! printf '%s\0' "${RECIPE_VERSIONS[@]}" | grep -Fqxz -- "$VERSION"; then
|
if ! printf '%s\0' "${RECIPE_VERSIONS[@]}" | grep -Fqxz -- "$VERSION"; then
|
||||||
error "'$version' doesn't appear to be a valid version of $TYPE"
|
error "'$VERSION' doesn't appear to be a valid version of $TYPE"
|
||||||
fi
|
fi
|
||||||
info "Chose version $VERSION"
|
info "Chose version $VERSION"
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user