mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-14 18:53:35 +00:00
vendor updates
This commit is contained in:
4
vendor/k8s.io/kubernetes/hack/verify-gofmt.sh
generated
vendored
4
vendor/k8s.io/kubernetes/hack/verify-gofmt.sh
generated
vendored
@ -54,6 +54,8 @@ find_files() {
|
||||
# have failed before getting to the "echo" in the block below.
|
||||
diff=$(find_files | xargs ${gofmt} -d -s 2>&1) || true
|
||||
if [[ -n "${diff}" ]]; then
|
||||
echo "${diff}"
|
||||
echo "${diff}" >&2
|
||||
echo >&2
|
||||
echo "Run ./hack/update-gofmt.sh" >&2
|
||||
exit 1
|
||||
fi
|
||||
|
Reference in New Issue
Block a user