Skip to content

Commit fda07c7

Browse files
committed
Fix quotes in modulefile
1 parent 7be3f70 commit fda07c7

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,16 @@ master
1414
`View commits since the last tag <https://github.com/sdss/python_template/compare/1.0.3...HEAD>`__.
1515

1616

17+
.. _changelog-1.0.4:
18+
19+
1.0.4 (unreleased)
20+
------------------
21+
22+
Fixed
23+
^^^^^
24+
* More fixes to quotes in ``module-whatis`` in module file.
25+
26+
1727
.. _changelog-1.0.3:
1828

1929
1.0.3 (2018-12-10)

{{cookiecutter.repo_name}}/etc/{{cookiecutter.package_name}}.module

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ conflict $product
3434
# modify the part in quotes if you really need to, but most products should
3535
# leave this alone.
3636
#
37-
module-whatis "{{Sets up $product/$version in your environment.}}"
37+
module-whatis "Sets up $product/$version in your environment."
3838
#
3939
# DEPENDENCIES SECTION
4040
#

0 commit comments

Comments
 (0)