From 62d9eecdb3aa6da60b497b849c1509f049bc26dc Mon Sep 17 00:00:00 2001 From: Rod S Date: Thu, 14 Nov 2024 08:04:27 -0800 Subject: [PATCH] Remove r from rm for single file --- fontc_crater/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fontc_crater/README.md b/fontc_crater/README.md index 95f117f9..ed45a60e 100644 --- a/fontc_crater/README.md +++ b/fontc_crater/README.md @@ -34,7 +34,7 @@ $ python -m pip install pip-tools # Rebuild the file # Remove it to force a complete update rather than minimal -$ rm -rf resources/scripts/requirements.txt && pip-compile resources/scripts/requirements.in +$ rm -f resources/scripts/requirements.txt && pip-compile resources/scripts/requirements.in # Commit updated file ```