mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 23:38:53 +00:00
c4e21471ad
`govendor get` attempts to run `govendor install +local` after fetching dependencies, but it would not succeed unless the current directory is somewhere inside $GOPATH/src? That is my limited understanding anyway. Fixes gohugoio/hugo#3657