Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
ale-rt committed Jun 27, 2020
1 parent 47f2b44 commit 44a4f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plone/recipe/zope2instance/recipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ def build_zope_conf(self):
chameleon_cache = 'CHAMELEON_CACHE {}'.format(chameleon_cache)
if environment_vars and '\n' in environment_vars:
# default case
environment_vars += '\n'
environment_vars += '\n{}'.format(chameleon_cache)
elif environment_vars:
# handle case of all vars in one line
environment_vars += ' {}'.format(chameleon_cache)
Expand Down

0 comments on commit 44a4f84

Please sign in to comment.