Fix typo in missing version error message
continuous-integration/drone/push Build is passing Details

This commit is contained in:
3wc 2021-06-13 20:48:20 +02:00
parent 2ca7884bbe
commit 352cc0939b
1 changed files with 1 additions and 1 deletions

2
abra
View File

@ -1342,7 +1342,7 @@ sub_app_deploy (){
if [ -n "$abra__version_" ]; then
VERSION="$abra__version_"
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
info "Chose version $VERSION"
else