From 08a3d754ac9ba59b4f637c92b86869caa1efc0c7 Mon Sep 17 00:00:00 2001 From: Vinit Badrike Date: Tue, 18 Apr 2023 17:59:58 -0700 Subject: [PATCH] Updates as per reviewers comments --- hack/verify-gofmt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/verify-gofmt.sh b/hack/verify-gofmt.sh index e00fb3c40..8811de044 100755 --- a/hack/verify-gofmt.sh +++ b/hack/verify-gofmt.sh @@ -52,6 +52,6 @@ diff=$(find_files | xargs gofmt -d -s 2>&1) || true if [[ -n "${diff}" ]]; then echo "${diff}" >&2 echo >&2 - echo "Run ./hack/update-gofmt.sh" >&2 + echo "Lint issues found, run ./hack/update-gofmt.sh to fix." >&2 exit 1 fi \ No newline at end of file