From ac021639911e9744deddb0655d5885eebcc4f5ee Mon Sep 17 00:00:00 2001 From: Benjamin Elder Date: Sun, 7 Mar 2021 13:02:39 -0800 Subject: [PATCH] update verify-bazel.sh comments --- hack/verify-bazel.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hack/verify-bazel.sh b/hack/verify-bazel.sh index ac514022da9..fc83ddbc952 100755 --- a/hack/verify-bazel.sh +++ b/hack/verify-bazel.sh @@ -13,8 +13,9 @@ # See the License for the specific language governing permissions and # limitations under the License. -# This script checks whether updating of the bazel compilation files is needed -# or not. We should run `hack/update-bazel.sh` if actually updates them. +# This script checks whether removal of bazel related files is still needed. +# If so: run `hack/update-bazel.sh` to actually remove them. +# # Usage: `hack/verify-bazel.sh`. set -o errexit