From 51638df48f99deaaeb8ef1c95f9abf8ac01faee8 Mon Sep 17 00:00:00 2001 From: James Cammarata Date: Fri, 20 Sep 2013 22:08:08 -0500 Subject: [PATCH] Minor format fix in ansible-pull related to the -f patch --- bin/ansible-pull | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/ansible-pull b/bin/ansible-pull index 17ff8711b59..4e1ff7e6465 100755 --- a/bin/ansible-pull +++ b/bin/ansible-pull @@ -151,8 +151,7 @@ def main(args): rc, out = _run(cmd) if rc != 0: if options.force: - print("Unable to update repository. Continuing with (forced) " - "run of playbook.") + print "Unable to update repository. Continuing with (forced) run of playbook." else: return rc elif options.ifchanged and '"changed": true' not in out: