diff options
Diffstat (limited to 'git-codereview/hook.go')
| -rw-r--r-- | git-codereview/hook.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-codereview/hook.go b/git-codereview/hook.go index 162e4d1..be2b699 100644 --- a/git-codereview/hook.go +++ b/git-codereview/hook.go @@ -355,7 +355,7 @@ func hookGofmt() { return } - dief("gofmt needs to format these files (run 'git gofmt'):\n\t%s", + dief("gofmt needs to format these files (run 'git codereview gofmt'):\n\t%s", strings.Join(files, "\n\t")) } |
