Skip to content

Commit

Permalink
Copy vault into the GOPATH again
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Swenson committed Jul 20, 2022
1 parent c79f661 commit 5b406f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ OLDIFS=$IFS
IFS=: MAIN_GOPATH=($GOPATH)
IFS=$OLDIFS

rm -f ${MAIN_GOPATH}/bin/vault
cp bin/vault ${MAIN_GOPATH}/bin/

# Done!
echo
echo "==> Results:"
Expand Down

0 comments on commit 5b406f2

Please sign in to comment.