hugo

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

git clone git://git.shimmy1996.com/hugo.git
commit adee04f4b4e149c8cd46f94d1501ddc17faa135e
parent 9421380168f66620cb73203e1267814b3086d805
Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date:   Mon, 22 Jan 2018 11:21:58 +0100

releaser: Fix BuildDate in release binaries

Fixes #4299

Diffstat:
Mgoreleaser.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/goreleaser.yml b/goreleaser.yml
@@ -1,7 +1,7 @@
 build:
   main: main.go
   binary: hugo
-  ldflags: -s -w -X hugolib.BuildDate={{.Date}}
+  ldflags: -s -w -X github.com/gohugoio/hugo/hugolib.BuildDate={{.Date}}
   env:
     - CGO_ENABLED=0
   goos: