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
This commit is contained in:
Kubernetes Submit Queue 2016-09-14 05:35:51 -07:00 committed by GitHub
commit 298ec318b2

View File

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