Skip to content

Commit

Permalink
fix: put proto bin at the end of the PATH env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
omar-besbes committed Aug 26, 2024
1 parent 0fb61e2 commit b0a4c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/proto/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ install_dependencies() {
create_symlinks() {

export PROTO_HOME="$HOME/.proto"
export PATH="$PROTO_HOME/shims:$PROTO_HOME/bin:$PATH"
export PATH="$PATH:$PROTO_HOME/shims:$PROTO_HOME/bin"

mkdir -p $PROTO_HOME

Expand Down

0 comments on commit b0a4c6c

Please sign in to comment.