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

Commit

Permalink
Correct directory path
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed Aug 4, 2020
1 parent 73e16c5 commit 2e3629b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/harbor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ def imports():
TaskAliasDeclaration(':harbor:templates:render',
[
':j2:directory-to-directory',
'--source=containers/templates/source',
'--target=containers/templates/compiled'
'--source=containers/templates',
'--target=data/templates'
],
description='Render templates stored in containers/templates/source ' +
'into containers/templates/compiled')
Expand Down

0 comments on commit 2e3629b

Please sign in to comment.