Skip to content
This repository has been archived by the owner on Apr 7, 2021. It is now read-only.

Commit

Permalink
fix(auto-fallback): fix syntax error in bash/zsh auto-fallback
Browse files Browse the repository at this point in the history
Oops. Looks like I accidentally shipped it with part of the code I was
testing out. :s
  • Loading branch information
zkat committed Jul 11, 2017
1 parent 7596abb commit d8b19db
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions auto-fallback.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ command_not_found_${opts.isBash ? 'handle' : 'handler'}() {
else
return 127
fi
if
which npx > /dev/null
if ! [[ $1 =~ @ ]]; then
npx --no-install "$@"
else
Expand Down

0 comments on commit d8b19db

Please sign in to comment.