Refer to mage instead of make in comment regarding commitHash

This commit is contained in:
Anthony Fok
2021-02-09 09:57:18 -07:00
parent e6dd312812
commit 7118f89cf3

View 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.