mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-20 21:31:32 +02:00
Refer to mage instead of make in comment regarding commitHash
This commit is contained in:
@@ -34,8 +34,8 @@ const (
|
|||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
// commitHash contains the current Git revision. Use make to build to make
|
// commitHash contains the current Git revision.
|
||||||
// sure this gets set.
|
// Use mage to build to make sure this gets set.
|
||||||
commitHash string
|
commitHash string
|
||||||
|
|
||||||
// buildDate contains the date of the current build.
|
// buildDate contains the date of the current build.
|
||||||
|
Reference in New Issue
Block a user