From: Anthony Fok Date: Tue, 9 Feb 2021 16:57:18 +0000 (-0700) Subject: Refer to mage instead of make in comment regarding commitHash X-Git-Tag: v0.81.0~35 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7118f89cf35246767e26dcb5e747469ffa61f473;p=brevno-suite%2Fhugo Refer to mage instead of make in comment regarding commitHash --- diff --git a/common/hugo/hugo.go b/common/hugo/hugo.go index f455674e..702da0de 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.