File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
{{cookiecutter.project_slug}} Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ Sets up a new development environment for a Mac or Linux (i.e., UNIX) box.
16
16
* [ Development] ( #development )
17
17
* [ Devbox] ( #devbox )
18
18
* [ Taskfile] ( #taskfile )
19
- {% if cookiecutter.command_line_interface != "No command-line interface" %}
19
+ {%- if cookiecutter.command_line_interface != "No command-line interface" %}
20
20
* [ CLI Usage] ( #cli-usage )
21
- {% endif %}
21
+ {%- endif %}
22
22
* [ TODO] ( #todo )
23
23
* [ Further Reading] ( #further-reading )
24
24
@@ -77,7 +77,7 @@ task: Available tasks for this project:
77
77
* test: Run tests
78
78
```
79
79
80
- {% if cookiecutter.command_line_interface != "No command-line interface" %}
80
+ {% if cookiecutter.command_line_interface != "No command-line interface" - %}
81
81
### CLI Usage
82
82
83
83
After installation, you can use the ` {{ cookiecutter.project_slug }} ` command:
@@ -89,7 +89,7 @@ After installation, you can use the `{{ cookiecutter.project_slug }}` command:
89
89
# Run the main command
90
90
{{ cookiecutter.project_slug }} run
91
91
```
92
- {% endif %}
92
+ {%- endif %}
93
93
94
94
## TODO
95
95
You can’t perform that action at this time.
0 commit comments