fix: newline after error msg for ASDF_DIR (#1113)

Co-authored-by: James Hegedus <jthegedus@hey.com>
This commit is contained in:
Max Strübing 2021-12-06 11:22:30 +01:00 committed by GitHub
parent f85fef533f
commit ac2791e49f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ if [ -z "$ASDF_DIR" ]; then
fi
export ASDF_DIR
# shellcheck disable=SC2016
[ -d "$ASDF_DIR" ] || printf '$ASDF_DIR is not a directory'
[ -d "$ASDF_DIR" ] || printf "%s\n" "$ASDF_DIR is not a directory"
# Add asdf to PATH
#