summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.py b/config.py
index a7087c4..6206607 100644
--- a/config.py
+++ b/config.py
@@ -38,7 +38,7 @@ verbose = False
blacklist = docs + "/blacklist.txt"
whitelist = docs + "/whitelist.txt"
pending = docs + "/pending"
-rsyncBlacklist = docs + "/rsyncBlacklist"
+rsync_blacklist = docs + "/rsyncBlacklist"
# Classes and Exceptions
class NonValidFile(ValueError): pass