Skip to content

Commit

Permalink
Merge pull request #25 from katesybernaut/add-usr-local-bin-to-path
Browse files Browse the repository at this point in the history
Add /usr/local/bin to PATH
  • Loading branch information
mike-asm authored Sep 15, 2021
2 parents a39d631 + 99582d8 commit e8ef64d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hooks/environment
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ then
done
fi

# Due to system level changes, /usr/local/bin was no longer added to PATH
PATH="/usr/local/bin:$PATH"
exports=$(bk-ssm-secrets)

set -o allexport
Expand Down

0 comments on commit e8ef64d

Please sign in to comment.