Skip to content

Commit

Permalink
Fix Debug() documentation (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbowes authored and natefinch committed Jul 2, 2019
1 parent 5bc3a8a commit 9a6d7fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mg/runtime.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func Verbose() bool {
return b
}

// Debug reports whether a magefile was run with the verbose flag.
// Debug reports whether a magefile was run with the debug flag.
func Debug() bool {
b, _ := strconv.ParseBool(os.Getenv(DebugEnv))
return b
Expand Down

0 comments on commit 9a6d7fe

Please sign in to comment.