Skip to content

Commit

Permalink
fix: reference $PATH instead of PATH (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunco authored Nov 27, 2020
1 parent 59d07ff commit 296641f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install-buf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ if [ ! -f ".bin/buf" ]; then
chmod +x .bin/buf
fi

PATH=PATH:"$(pwd)/.bin"
PATH=$PATH:"$(pwd)/.bin"
export PATH

0 comments on commit 296641f

Please sign in to comment.