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
No known key found for this signature in database
GPG key ID: EA2500B412C59ACF

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.