Disable shellcheck warning for echo statement.

This commit is contained in:
Trevor Brown 2018-07-14 20:14:02 -04:00
parent bd8f7d9139
commit a8ee53f5ad

View File

@ -8,6 +8,7 @@ fi
export ASDF_DIR
ASDF_DIR="$(dirname "$current_script_path")"
# shellcheck disable=SC2016
[ -d "$ASDF_DIR" ] || echo '$ASDF_DIR is not a directory'
# Add asdf to PATH