mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
fix: newline after error msg for ASDF_DIR (#1113)
Co-authored-by: James Hegedus <jthegedus@hey.com>
This commit is contained in:
parent
f85fef533f
commit
ac2791e49f
2
asdf.sh
2
asdf.sh
@ -16,7 +16,7 @@ if [ -z "$ASDF_DIR" ]; then
|
|||||||
fi
|
fi
|
||||||
export ASDF_DIR
|
export ASDF_DIR
|
||||||
# shellcheck disable=SC2016
|
# 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
|
# Add asdf to PATH
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user