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

Commit

Permalink
Update validate-gofmt.bash
Browse files Browse the repository at this point in the history
  • Loading branch information
LoganDark committed Oct 8, 2017
1 parent 667d662 commit 995362b
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 995362b

Please sign in to comment.