Commit 26ed50ec by Brian Coca

fixed indent

parent ab355218
...@@ -184,7 +184,7 @@ class PullCLI(CLI): ...@@ -184,7 +184,7 @@ class PullCLI(CLI):
if self.options.tags: if self.options.tags:
cmd += ' -t "%s"' % self.options.tags cmd += ' -t "%s"' % self.options.tags
if self.options.limit: if self.options.limit:
cmd += ' -l "%s"' % self.options.limit cmd += ' -l "%s"' % self.options.limit
os.chdir(self.options.dest) os.chdir(self.options.dest)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment