Skip to content

Commit 99bbe79

Browse files
committed
fix(template): use python shebang for init generator
Replace the `uv run` shebang with `python` so the generated script can run in environments that do not invoke it through uv.
1 parent 8ebee29 commit 99bbe79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • template/.config/copier/mise-tasks/gen

template/.config/copier/mise-tasks/gen/init.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env -S uv run
1+
#!/usr/bin/env python
22
import argparse
33
import ast
44
import os

0 commit comments

Comments
 (0)