Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
check-fmt: do not try to install anything
Browse files Browse the repository at this point in the history
go get will try to install vet on GOROOT, which we don't have
permissions to do in our CI.
  • Loading branch information
Francisco Souza committed Oct 28, 2014
1 parent 686effb commit 74b470e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions check-fmt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
# This script was copied from tsuru, that's why the Copyright note above refers
# to "tsuru authors" instead of "gandalf authors".

go get code.google.com/p/go.tools/cmd/vet

status=0
out=`gofmt -s -l .`
if [ "${out}" != "" ]
Expand Down

0 comments on commit 74b470e

Please sign in to comment.