Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorAnthony Fok <foka@debian.org>2021-02-09 19:57:18 +0300
committerAnthony Fok <foka@debian.org>2021-02-09 19:57:18 +0300
commit7118f89cf35246767e26dcb5e747469ffa61f473 (patch)
tree463d50ce36ff32f8a4b75293b837ca8edefee69a /common
parente6dd312812c7c711986af2d60f2999d116b82ea0 (diff)
Refer to mage instead of make in comment regarding commitHash
Diffstat (limited to 'common')
-rw-r--r--common/hugo/hugo.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/hugo/hugo.go b/common/hugo/hugo.go
index f455674e4..702da0ded 100644
--- 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.