Merge pull request #31547 from mbohlool/fix2

Automatic merge from submit-queue

Ignore staging folder in update gofmt

small bugfix in hack/update-gofmt.sh
pull/6/head
Kubernetes Submit Queue 2016-09-14 05:35:51 -07:00 committed by GitHub
commit 298ec318b2
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ find_files() {
-o -wholename './target' \
-o -wholename '*/third_party/*' \
-o -wholename '*/vendor/*' \
-o -wholename './staging' \
\) -prune \
\) -name '*.go'
}