update verify-bazel.sh comments

This commit is contained in:
Benjamin Elder 2021-03-07 13:02:39 -08:00
parent b7f1cf7683
commit ac02163991

View File

@ -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