From 26ed50ecdf78cfeee70a58bbcee88dc109cbb7f3 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Tue, 18 Aug 2015 09:58:25 -0400 Subject: [PATCH] fixed indent --- lib/ansible/cli/pull.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/cli/pull.py b/lib/ansible/cli/pull.py index cef9dfd9db..01e3b90bff 100644 --- a/lib/ansible/cli/pull.py +++ b/lib/ansible/cli/pull.py @@ -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)