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