Refer to mage instead of make in comment regarding commitHash
authorAnthony Fok <foka@debian.org>
Tue, 9 Feb 2021 16:57:18 +0000 (09:57 -0700)
committerAnthony Fok <foka@debian.org>
Tue, 9 Feb 2021 16:57:18 +0000 (09:57 -0700)
common/hugo/hugo.go

index f455674e49422f2443251121a6e8c5bda72b6628..702da0dede7b04aca11b6a12a15b3b2573777388 100644 (file)
@@ -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.