Skip to content

Commit

Permalink
Remove r from rm for single file
Browse files Browse the repository at this point in the history
  • Loading branch information
rsheeter committed Nov 14, 2024
1 parent 2e6a8fc commit 62d9eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fontc_crater/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 62d9eec

Please sign in to comment.