Skip to content

Commit

Permalink
Merge pull request #3 from Oxalide/fix_typo
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
rekcah78 authored May 26, 2017
2 parents 24dccf2 + 1d5d158 commit e2e347a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def runner(args, directory):
destdir = basename(normpath(directory))
try:
rcode = subprocess.call(["/usr/local/bin/rclone", "sync", directory, args.rclone+":"+args.bucket+"/"+destdir+"/", "--quiet"])
logging.info('Backup of %s : Startedi', directory)
logging.info('Backup of %s : Started', directory)
if rcode != 0:
logging.error('Backup of %s : Failed', directory)
else:
Expand Down

0 comments on commit e2e347a

Please sign in to comment.