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

Commit

Permalink
Merge pull request #8 from jcbhmr/jcbhmr-patch-1
Browse files Browse the repository at this point in the history
Rely on $PATH mutation to find deno
  • Loading branch information
jcbhmr authored May 28, 2023
2 parents 842a4e7 + 17f9c2c commit a254eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion denow
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ fi
export DENO_INSTALL=.deno
export PATH="$DENO_INSTALL/bin:$PATH"

exec .deno/bin/deno "$@"
exec deno "$@"

0 comments on commit a254eb4

Please sign in to comment.