Merge pull request #14982 from Linuturk/GalaxyInitWhitespaceFix

Remove trailing whitespace from the galaxy init Jinja2 template. Defa…
pull/15024/head
René Moser 9 years ago
commit 0a457230ab

@ -251,6 +251,7 @@ class GalaxyCLI(CLI):
inject = dict(
author = 'your name',
description = 'your description',
company = 'your company (optional)',
license = 'license (GPLv2, CC-BY, etc)',
issue_tracker_url = 'http://example.com/issue/tracker',

@ -38,7 +38,7 @@ galaxy_info:
# - all
{%- for version in versions %}
# - {{ version }}
{%- endfor %}
{%- endfor -%}
{%- endfor %}
galaxy_tags: []

Loading…
Cancel
Save