vagrant: Fix PATH
gometalinter failed because it's not in $PATH
This commit is contained in:
@@ -2,3 +2,4 @@
|
|||||||
alias cdmgmt='cd $GOPATH/src/github.com/purpleidea/mgmt'
|
alias cdmgmt='cd $GOPATH/src/github.com/purpleidea/mgmt'
|
||||||
|
|
||||||
export GOPATH=~/gopath
|
export GOPATH=~/gopath
|
||||||
|
export PATH=${GOPATH}/bin:${PATH}
|
||||||
|
|||||||
Reference in New Issue
Block a user