Skip to content
This repository has been archived by the owner on Jul 6, 2019. It is now read-only.

Commit

Permalink
fix(fallback): put the Y in the wrong place lol
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Jun 12, 2017
1 parent d603a69 commit d6bf8aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto-fallback.js
Expand Up @@ -10,7 +10,7 @@ command_not_found_${opts.isBash ? 'handle' : 'handler'}() {
>&2 echo "${Y`command not found: ${'$1'}`}"
return 127
fi
echo "${`Y${'$1'} not found. Trying with npx...`}" >&2
echo "${Y`${'$1'} not found. Trying with npx...`}" >&2
if ! [[ $1 =~ @ ]]; then
npx --no-install "$@"
else
Expand Down

0 comments on commit d6bf8aa

Please sign in to comment.