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:
parent
ab355218a0
commit
26ed50ecdf
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue