Modified changed marker in sychronize module

This commit is contained in:
Timothy Appnel 2013-09-19 02:25:33 -04:00
parent d7c737516e
commit 4cb2cb9bac

View file

@ -155,7 +155,7 @@ def main():
'StrictHostKeyChecking=no') # need ssh param
if rsync_path:
cmd = cmd + " --rsync-path '%s'" %(rsync_path)
changed_marker = '<<changed>>'
changed_marker = '<<CHANGED>>'
cmd = cmd + " --out-format='" + changed_marker + "%i %n%L'"
cmd = ' '.join([cmd, source, dest])
cmdstr = cmd