Skip to content

Commit

Permalink
fix: default script with name_safe (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
yokomotod committed Dec 28, 2023
1 parent 73e639e commit e8404f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rye/src/cli/init.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ classifiers = ["Private :: Do Not Upload"]
{%- endif %}
[project.scripts]
hello = {{ name ~ ":hello"}}
hello = {{ name_safe ~ ":hello"}}
[build-system]
{%- if build_system == "hatchling" %}
Expand Down

0 comments on commit e8404f1

Please sign in to comment.