URI: 
       snapcraft.yaml: Call mage with "-v" for debugging - hugo - [fork] hugo port for 9front
  HTML git clone git@git.drkhsh.at/hugo.git
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit 06495f713bee4a144c817bf3ea7f66f13cebe75a
   DIR parent 93e24a03ce98d3212a2d49ad04739141229d0809
  HTML 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:
         M snapcraft.yaml                      |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR 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: |