Mercurial > piecrust2
changeset 763:f6a13dba38d6
publish: Fix stupid typo.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 30 Jun 2016 22:39:33 -0700 |
parents | c84647485ab2 |
children | f7ddd730c08d |
files | piecrust/publishing/rsync.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/piecrust/publishing/rsync.py Thu Jun 30 22:37:16 2016 -0700 +++ b/piecrust/publishing/rsync.py Thu Jun 30 22:39:33 2016 -0700 @@ -10,7 +10,7 @@ orig = ctx.bake_out_dir dest = self.config.netloc + self.config.path else: - orig = self.getConfigValue('source', ctx.bake_our_dir) + orig = self.getConfigValue('source', ctx.bake_out_dir) dest = self.getConfigValue('destination') rsync_options = None