Skip to content

Commit 8040524

Browse files
committed
fix: typo in command name
1 parent 179a946 commit 8040524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update-pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,5 +104,5 @@ if changed:
104104
yaml.dump(data, handle)
105105

106106
subprocess.run(
107-
["urx", "prek", "run", "--files", sys.argv[1]], check=False, capture_output=True
107+
["uvx", "prek", "run", "--files", sys.argv[1]], check=False, capture_output=True
108108
)

0 commit comments

Comments
 (0)