projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6dd312
)
Refer to mage instead of make in comment regarding commitHash
author
Anthony Fok
<foka@debian.org>
Tue, 9 Feb 2021 16:57:18 +0000
(09:57 -0700)
committer
Anthony Fok
<foka@debian.org>
Tue, 9 Feb 2021 16:57:18 +0000
(09:57 -0700)
common/hugo/hugo.go
patch
|
blob
|
history
diff --git
a/common/hugo/hugo.go
b/common/hugo/hugo.go
index f455674e49422f2443251121a6e8c5bda72b6628..702da0dede7b04aca11b6a12a15b3b2573777388 100644
(file)
--- a/
common/hugo/hugo.go
+++ b/
common/hugo/hugo.go
@@
-34,8
+34,8
@@
const (
)
var (
- // commitHash contains the current Git revision.
Use make to build to make
- // sure this gets set.
+ // commitHash contains the current Git revision.
+ //
Use mage to build to make
sure this gets set.
commitHash string
// buildDate contains the date of the current build.