From 4cb2cb9bacc0f7b970b4b2394feddd8803695327 Mon Sep 17 00:00:00 2001 From: Timothy Appnel Date: Thu, 19 Sep 2013 02:25:33 -0400 Subject: [PATCH] Modified changed marker in sychronize module --- files/synchronize | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/synchronize b/files/synchronize index 988a4a97d66..201dd524cc7 100644 --- a/files/synchronize +++ b/files/synchronize @@ -155,7 +155,7 @@ def main(): 'StrictHostKeyChecking=no') # need ssh param if rsync_path: cmd = cmd + " --rsync-path '%s'" %(rsync_path) - changed_marker = '<>' + changed_marker = '<>' cmd = cmd + " --out-format='" + changed_marker + "%i %n%L'" cmd = ' '.join([cmd, source, dest]) cmdstr = cmd