mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
fixed indent
This commit is contained in:
@@ -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)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user