From cc6967405aa4d4ffa51b6cb3af08b849145e7eb4 Mon Sep 17 00:00:00 2001 From: Aaron Berdy Date: Thu, 16 Jul 2026 15:45:55 -0700 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f43724009..f1d78a8a4 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ core.workflow( url = "file:///tmp/foo", ), - # Copy everything but don't remove a README_INTERNAL.txt file if it exists. + # Copy everything but remove a README_INTERNAL.txt file if it exists. destination_files = glob(["third_party/copybara/**"], exclude = ["README_INTERNAL.txt"]), authoring = authoring.pass_thru("Default email "),