Mercurial > piecrust2
diff piecrust/publishing/rsync.py @ 763:f6a13dba38d6
publish: Fix stupid typo.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 30 Jun 2016 22:39:33 -0700 |
parents | 6abb436fea5b |
children | 13e8b50a2113 |
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