Skip to content

Commit

Permalink
Fix documentation for GoCmdEnv (#207)
Browse files Browse the repository at this point in the history
`GoCmdEnv` documentation was a copy of the verbose mode documentation
- this change specifies the intention of the `-gocmd` flag.
  • Loading branch information
ihgann authored and natefinch committed Dec 12, 2018
1 parent 6b5776c commit 4d83845
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mg/runtime.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ const VerboseEnv = "MAGEFILE_VERBOSE"
// debug mode when running mage.
const DebugEnv = "MAGEFILE_DEBUG"

// GoCmdEnv is the environment variable that indicates the user requested
// verbose mode when running a magefile.
// GoCmdEnv is the environment variable that indicates the go binary the user
// desires to utilize for Magefile compilation.
const GoCmdEnv = "MAGEFILE_GOCMD"

// IgnoreDefaultEnv is the environment variable that indicates the user requested
Expand Down

0 comments on commit 4d83845

Please sign in to comment.