Skip to content

Commit cb0f92e

Browse files
arschlesAaron Schlesinger
authored andcommitted
fix(build.go): typo in debug output
1 parent 280067b commit cb0f92e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/gitreceive/build.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ func run(cmd *exec.Cmd) error {
5353
if cmd.Dir != "" {
5454
log.Debug("running [%s] in directory %s", cmdStr, cmd.Dir)
5555
} else {
56-
log.Debug("runninng [%s]", cmdStr)
56+
log.Debug("running [%s]", cmdStr)
5757
}
5858
return cmd.Run()
5959
}

0 commit comments

Comments
 (0)