Skip to content

Commit

Permalink
Update import path in snapcraft.yaml due to the org transition
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalcraftsman committed Jun 13, 2017
1 parent 873a6f1 commit 9266bf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ parts:
hugo:
source: .
plugin: go
go-importpath: github.com/spf13/hugo
go-importpath: github.com/gohugoio/hugo
build-packages:
- git
- make
Expand All @@ -26,7 +26,7 @@ parts:
prepare: |
export GOPATH=$(dirname $SNAPCRAFT_PART_INSTALL)/go
export PATH=$GOPATH/bin:$PATH
cd $GOPATH/src/github.com/spf13/hugo
cd $GOPATH/src/github.com/gohugoio/hugo
make vendor
make test
rm -f $GOPATH/bin/govendor
Expand Down

0 comments on commit 9266bf9

Please sign in to comment.