From 995362b5082852279f0b27e8887e1b6864e740b9 Mon Sep 17 00:00:00 2001 From: LoganDark Date: Sun, 8 Oct 2017 16:17:18 -0700 Subject: [PATCH] Update validate-gofmt.bash --- hack/validate-gofmt.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hack/validate-gofmt.bash b/hack/validate-gofmt.bash index 166d2432f6..a5ee7fa8bb 100755 --- a/hack/validate-gofmt.bash +++ b/hack/validate-gofmt.bash @@ -7,7 +7,7 @@ # and is passing for certain directories in the project. # # Here we use `go list` to help determine which packages -# we need to check for `go gmt` +# we need to check for `go fmt` # # EXIT 0 - The check is successful # EXIT 1 - The check has failed @@ -35,4 +35,4 @@ for PKG in $PKGS; do exit 1 fi done; -exit 0 \ No newline at end of file +exit 0