summaryrefslogtreecommitdiff
path: root/sync-github-mirror
diff options
context:
space:
mode:
Diffstat (limited to 'sync-github-mirror')
-rwxr-xr-xsync-github-mirror2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync-github-mirror b/sync-github-mirror
index e1b70d4..1032fac 100755
--- a/sync-github-mirror
+++ b/sync-github-mirror
@@ -51,7 +51,7 @@ class GitHub:
def __init__ (self):
config = ConfigParser.ConfigParser()
try:
- config.read(os.path.expanduser('/etc/github/mirror.cfg'))
+ config.read(os.path.expanduser('/etc/github-mirror/mirror.cfg'))
self.user = config.get('Github', 'user')
self.pw = config.get('Github', 'password')
except ConfigParser.NoSectionError: