1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

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