Skip to content

Commit

Permalink
Fix Golang update in Vagrant provisioner
Browse files Browse the repository at this point in the history
  • Loading branch information
armon committed Aug 24, 2017
1 parent df72e2a commit 46e6547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ else
cd /tmp
wget -q https://storage.googleapis.com/golang/go${GO_VERSION}.linux-${ARCH}.tar.gz
tar -xf go${GO_VERSION}.linux-${ARCH}.tar.gz
sudo rm -rf $SRCROOT/go
sudo rm -rf $SRCROOT
sudo mv go $SRCROOT
sudo chmod 775 $SRCROOT
sudo chown vagrant:vagrant $SRCROOT
Expand Down

0 comments on commit 46e6547

Please sign in to comment.