Skip to content

Commit

Permalink
fix: missing space after INFO
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanholsteijn committed Nov 9, 2021
1 parent 348eeec commit 7f1c060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion committer.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func (c *Cru) Commit() (hash plumbing.Hash, err error) {
}

if c.Verbose {
log.Printf("INFO:%s added to commit\n", c.RelPath(path))
log.Printf("INFO: %s added to commit\n", c.RelPath(path))
}
}

Expand Down

0 comments on commit 7f1c060

Please sign in to comment.