Skip to content
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.

Commit

Permalink
#33: [BC] Render templates to project root directory
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed Mar 7, 2021
1 parent c552caa commit eaddee3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/rkd_harbor/__init__.py
Expand Up @@ -114,10 +114,10 @@ def imports():
[
':j2:directory-to-directory',
'--source=containers/templates',
'--target=data/templates'
'--target=./'
],
description='Render templates stored in containers/templates/source ' +
'into containers/templates/compiled')
description='Render templates stored in containers/templates ' +
'into root directory, with preserving the tree structure')
]


Expand Down

0 comments on commit eaddee3

Please sign in to comment.