Skip to content

Commit 3ab6969

Browse files
committed
Fix regression in dh_installman file
1 parent c4ab6bd commit 3ab6969

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% if cookiecutter.include_executable == "y" -%}
2-
{{ cookiecutter.executable_name }}.1
2+
build/man/{{ cookiecutter.executable_name }}.1
33
{%- else -%}
4-
{{ cookiecutter.project_title | lower }}.3
4+
build/man/{{ cookiecutter.project_title | lower }}.3
55
{%- endif %}

0 commit comments

Comments
 (0)