diff options
Diffstat (limited to 'sync-github-mirror')
-rwxr-xr-x | sync-github-mirror | 2 |
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: |