hugo

Unnamed repository; edit this file 'description' to name the repository.

git clone git://git.shimmy1996.com/hugo.git
commit 06495f713bee4a144c817bf3ea7f66f13cebe75a
parent 93e24a03ce98d3212a2d49ad04739141229d0809
Author: Anthony Fok <foka@debian.org>
Date:   Mon, 26 Mar 2018 04:56:15 -0600

snapcraft.yaml: Call mage with "-v" for debugging

See #4538

Diffstat:
Msnapcraft.yaml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/snapcraft.yaml b/snapcraft.yaml
@@ -29,7 +29,7 @@ parts:
       export PATH=$GOPATH/bin:$PATH
       cd $GOPATH/src/github.com/gohugoio/hugo
       go get github.com/magefile/mage
-      mage vendor test
+      mage -v vendor test
       rm -f $GOPATH/bin/dep
       rm -f $GOPATH/bin/mage
     install: |