From 352cc0939bb6f8fc139c51c01e20e15b5d1dc66e Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Sun, 13 Jun 2021 20:48:20 +0200 Subject: [PATCH] Fix typo in missing version error message --- abra | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abra b/abra index 46e0be0..2365ddc 100755 --- a/abra +++ b/abra @@ -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