fixed indent

This commit is contained in:
Brian Coca 2015-08-18 09:58:25 -04:00
parent ab355218a0
commit 26ed50ecdf

View file

@ -184,7 +184,7 @@ class PullCLI(CLI):
if self.options.tags:
cmd += ' -t "%s"' % self.options.tags
if self.options.limit:
cmd += ' -l "%s"' % self.options.limit
cmd += ' -l "%s"' % self.options.limit
os.chdir(self.options.dest)