Skip to content

Commit

Permalink
shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
emmercm committed Oct 27, 2023
1 parent d7e69b2 commit 88f1cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cd "$(dirname -- "$0")/.." || exit 1
# Ensure node is available (same as asciinema-rec.sh)
if [ ! -x "$(command -v node)" ]; then
if [ ! -x "$(command -v nvm)" ] && [ -f ~/.nvm/nvm.sh ]; then
# shellcheck disable=SC1090
# shellcheck disable=SC1090,SC2240
. ~/.nvm/nvm.sh --install
fi
if [ ! -x "$(command -v nvm)" ]; then
Expand Down

0 comments on commit 88f1cc5

Please sign in to comment.