Skip to content
This repository was archived by the owner on Sep 9, 2020. It is now read-only.

Commit d10af5e

Browse files
authoredOct 9, 2017
Merge pull request #1248 from LoganDark/patch-1
Fix typo in validate-gofmt.bash
2 parents 667d662 + 995362b commit d10af5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎hack/validate-gofmt.bash

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# and is passing for certain directories in the project.
88
#
99
# Here we use `go list` to help determine which packages
10-
# we need to check for `go gmt`
10+
# we need to check for `go fmt`
1111
#
1212
# EXIT 0 - The check is successful
1313
# EXIT 1 - The check has failed
@@ -35,4 +35,4 @@ for PKG in $PKGS; do
3535
exit 1
3636
fi
3737
done;
38-
exit 0
38+
exit 0

0 commit comments

Comments
 (0)
This repository has been archived.