Skip to content

Commit 692f8d6

Browse files
jardontaukakao
authored andcommitted
fix: dbox debug message typo
1 parent 2d2251f commit 692f8d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/dbox.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ func (d *dbox) RunCommand(command string, args []string, engineFlags []string, u
135135
cmd.Args = append(cmd.Args, args...)
136136

137137
if os.Getenv("APX_VERBOSE") == "1" {
138-
fmt.Println("Runing a command:")
138+
fmt.Println("Running a command:")
139139
fmt.Println("\tCommand:", cmd.String())
140140
fmt.Println("\tcaptureOutput:", captureOutput)
141141
fmt.Println("\tmuteOutput:", muteOutput)

0 commit comments

Comments
 (0)