Skip to content

Commit bdbb18a

Browse files
committed
Update copier config
1 parent a04876e commit bdbb18a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

copier.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ _envops:
1212
variable_start_string: "{{"
1313

1414
_tasks:
15-
- "chmod +x {{script_name}}.sh"
15+
- "chmod +x {{script_name}}"
1616

1717
# TEMPLATE QUESTIONS
1818
script:
@@ -27,5 +27,5 @@ nix:
2727
# TEMPLATE NONE-CONFIGURABLE DEFAULTS
2828
script_name:
2929
type: str
30-
default: "{{ script|lower|replace(' ','_')|replace('-','_') }}"
30+
default: "{{ script|lower|replace(' ','_') }}"
3131
when: false

0 commit comments

Comments
 (0)