From 132f1ea5425c9e9bb76064cf2647e77d4f8037ef Mon Sep 17 00:00:00 2001 From: Simon Mavi Stewart Date: Sat, 12 Oct 2024 21:16:43 +0100 Subject: [PATCH] Remove the last usage of --noenablebzlmod --- tools/update-docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/update-docs.sh b/tools/update-docs.sh index 931dddf6..1d9d4d63 100755 --- a/tools/update-docs.sh +++ b/tools/update-docs.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash set -eufo pipefail -bazel build --noenable_bzlmod //docs:readme +bazel build //docs:readme cp -f bazel-bin/docs/README.md README.md