diff --git a/fmt-check b/fmt-check index 98b6c4c..e89d175 100755 --- a/fmt-check +++ b/fmt-check @@ -25,7 +25,7 @@ test_fmt() { fi if test -n "$list" then - echo >&2 "gofmt needs to format these files (run gofmt -w):" + echo >&2 "gofmt needs to format these files (run gofmt -w and git add):" printf "$list" exitcode=1 fi