fixed indent

pull/11990/head
Brian Coca 9 years ago
parent ab355218a0
commit 26ed50ecdf

@ -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)

Loading…
Cancel
Save