From bcd7af3991d1b31b27370180c7c87aabd7c4b4e2 Mon Sep 17 00:00:00 2001 From: Aleksey Ovcharenko Date: Mon, 2 Dec 2013 16:35:44 +0200 Subject: [PATCH] Fixed a typo. --- library/files/synchronize | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/files/synchronize b/library/files/synchronize index 26e50274be6..ab02bd85cff 100644 --- a/library/files/synchronize +++ b/library/files/synchronize @@ -181,7 +181,7 @@ def main(): rsync = module.params.get('local_rsync_path', 'rsync') rsync_timeout = module.params.get('rsync_timeout', 'rsync_timeout') archive = module.params['archive'] - existing_only = module.params['existing_only'], + existing_only = module.params['existing_only'] dirs = module.params['dirs'] # the default of these params depends on the value of archive recursive = module.params['recursive']