mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-03 03:38:15 +00:00
fix bug of hack/update-gofmt.sh
This commit is contained in:
@@ -43,5 +43,4 @@ find_files() {
|
|||||||
\) -name '*.go'
|
\) -name '*.go'
|
||||||
}
|
}
|
||||||
|
|
||||||
GOFMT="gofmt -s -w"
|
find_files | xargs gofmt -s -w
|
||||||
find_files | xargs "${GOFMT}"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user