diff options
-rw-r--r-- | snap/snapcraft.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 29c5c00cb..9953190f6 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -47,8 +47,8 @@ parts: export GOPATH=$(realpath ../go) export PATH=$GOPATH/bin:$PATH - echo ' * Running "go get -v github.com/magefile/mage"...' - go get -v github.com/magefile/mage + echo ' * Running "go install -v github.com/magefile/mage"...' + go install -v github.com/magefile/mage #echo ' * Running "mage -v test"...' #mage -v test |