Skip to content

Commit

Permalink
Changed default URL for index to new file
Browse files Browse the repository at this point in the history
Signed-off-by: Ole Herman Schumacher Elgesem <[email protected]>
  • Loading branch information
olehermanse committed Oct 26, 2021
1 parent ce32113 commit 63934eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfbs/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 63934eb

Please sign in to comment.