From fa8c8258501c49bc5e1d1e4ba53b16300cf91cd5 Mon Sep 17 00:00:00 2001 From: Fabian Meumertzheim Date: Mon, 22 Apr 2024 21:31:54 +0200 Subject: [PATCH] Fix README copy&paste error (#1267) --- buildozer/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildozer/README.md b/buildozer/README.md index 3104050c8..c4d20f973 100644 --- a/buildozer/README.md +++ b/buildozer/README.md @@ -169,7 +169,7 @@ The following commands only apply to `MODULE.bazel` files (e.g. the target Ensures that the given repositories are imported via `use_repo` for the extension for which the given top-level variable contains the return value of a `use_extension` call. - * `use_repo_add `: + * `use_repo_remove `: Ensures that the given repositories are *not* imported via `use_repo` for the extension for which the given top-level variable contains the return value of a `use_extension` call.