Skip to content

Commit 0ac0fbc

Browse files
Update call.py
1 parent a0009ee commit 0ac0fbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/usethis/_backend/uv/call.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def call_uv_subprocess(args: list[str], change_toml: bool) -> str:
4444
prepare_pyproject_write()
4545

4646
if usethis_config.frozen and args[0] in {
47-
# Note, not "lock", for which the --frozen flags has quite a different effect
47+
# Note, not "lock", for which the --frozen flag has quite a different effect
4848
"add",
4949
"remove",
5050
"sync",

0 commit comments

Comments
 (0)