Skip to content

Commit b7a912b

Browse files
Typo Rsync --> Rsnapshot
1 parent 11ff9d1 commit b7a912b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rsnapshot-once.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def parseConfig(configpath, configfile):
145145
raise SystemExit(-1)
146146

147147
if SYNC_FIRST == "1":
148-
logft("Rsync is configured to use sync_fist. This is not supported for now.", LOGFILE)
148+
logft("Rsnapshot is configured to use sync_fist. This is not supported for now.", LOGFILE)
149149
abortlog(LOGFILE)
150150
raise SystemExit(-1)
151151

0 commit comments

Comments
 (0)