diff options
Diffstat (limited to 'python/walmgr.py')
-rwxr-xr-x | python/walmgr.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/walmgr.py b/python/walmgr.py index 830e0e1a..5f342339 100755 --- a/python/walmgr.py +++ b/python/walmgr.py @@ -1516,7 +1516,7 @@ STOP TIME: %(stop_time)s cmdline = ["ssh", "-nT", slave, "sync" ] self.exec_cmd(cmdline) - # slave has the file now, set markers + # slave has the file now, set markers self.set_last_complete(srcname) self.log.debug("%s: done", srcname) |