Skip to content

Commit fd30ea1

Browse files
Fix typo
1 parent 47053bb commit fd30ea1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/usethis/_integrations/uv

src/usethis/_integrations/uv/call.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def call_uv_subprocess(args: list[str]) -> str:
2121
"tree",
2222
"run",
2323
}:
24-
new_args = ["uv", "run", "--frozen", *args[1:]]
24+
new_args = ["uv", args[0], "--frozen", *args[1:]]
2525
else:
2626
new_args = ["uv", *args]
2727

0 commit comments

Comments
 (0)