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

Commit

Permalink
Merge pull request #1248 from LoganDark/patch-1
Browse files Browse the repository at this point in the history
Fix typo in validate-gofmt.bash
  • Loading branch information
darkowlzz committed Oct 9, 2017
2 parents 667d662 + 995362b commit d10af5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/validate-gofmt.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -35,4 +35,4 @@ for PKG in $PKGS; do
exit 1
fi
done;
exit 0
exit 0

0 comments on commit d10af5e

Please sign in to comment.