From 734f27d980749514ba3d9f3bed48c32f2f19c538 Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Fri, 19 Jun 2020 14:16:47 -0700 Subject: [PATCH] Add a reminder to add/rm files --- hack/update-vendor.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hack/update-vendor.sh b/hack/update-vendor.sh index ef2c0c47de3..35b1ef22c49 100755 --- a/hack/update-vendor.sh +++ b/hack/update-vendor.sh @@ -366,3 +366,5 @@ cat <<__EOF__ > "vendor/OWNERS" approvers: - dep-approvers __EOF__ + +kube::log::status "NOTE: don't forget to handle vendor/* files that were added or removed"