shithub: hugo

Download patch

ref: 06495f713bee4a144c817bf3ea7f66f13cebe75a
parent: 93e24a03ce98d3212a2d49ad04739141229d0809
author: Anthony Fok <[email protected]>
date: Mon Mar 26 00:56:15 EDT 2018

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

See #4538

--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -29,7 +29,7 @@
       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: |