diff --git a/cfbs/index.py b/cfbs/index.py index 1e432469..6ffc8f6c 100644 --- a/cfbs/index.py +++ b/cfbs/index.py @@ -28,7 +28,7 @@ class Index: def __init__(self, path): self.path = path if not self.path: - self.path = "https://raw.githubusercontent.com/cfengine/cfbs-index/master/index.json" + self.path = "https://raw.githubusercontent.com/cfengine/cfbs-index/master/cfbs.json" self._data = None def __contains__(self, key):