Browse Source

[shellcheck] disable additional `-x` warning from v0.7.2

Jordan Harband 4 years ago
parent
commit
ad24e96fda
No known key found for this signature in database
GPG Key ID: 9F6A681E35EF8B56
  1. 2
      nvm-exec

2
nvm-exec

@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
DIR="$(command cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
# shellcheck disable=SC1090
# shellcheck disable=SC1090,SC1091
\. "$DIR/nvm.sh" --no-use
if [ -n "$NODE_VERSION" ]; then

Loading…
Cancel
Save