Skip to content

Commit 9f04669

Browse files
jbowesarturtorun
authored andcommitted
Fix Debug() documentation (magefile#253)
1 parent dc53288 commit 9f04669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mg/runtime.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ func Verbose() bool {
3434
return b
3535
}
3636

37-
// Debug reports whether a magefile was run with the verbose flag.
37+
// Debug reports whether a magefile was run with the debug flag.
3838
func Debug() bool {
3939
b, _ := strconv.ParseBool(os.Getenv(DebugEnv))
4040
return b

0 commit comments

Comments
 (0)