Skip to content

Commit 7be3f70

Browse files
committed
Fixes #10, quotes in modulefile
1 parent a7a7e0a commit 7be3f70

2 files changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGELOG.rst

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,20 @@ This document records the main changes to the python-template code.
1111
master
1212
------
1313

14-
`View commits since the last tag <https://github.com/sdss/python_template/compare/1.0.2...HEAD>`__.
14+
`View commits since the last tag <https://github.com/sdss/python_template/compare/1.0.3...HEAD>`__.
1515

16-
.. _changelog-1.0.1:
16+
17+
.. _changelog-1.0.3:
18+
19+
1.0.3 (2018-12-10)
20+
------------------
21+
22+
Fixed
23+
^^^^^
24+
* Quotes in ``module-whatis`` in module file.
25+
26+
27+
.. _changelog-1.0.2:
1728

1829
1.0.2 (2018-10-01)
1930
------------------

{{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)