Skip to content

Commit d016276

Browse files
committed
Update remote uri
1 parent 2a1e069 commit d016276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sherlock_project/sites.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def __init__(self, data_file_path=None):
110110
# The default data file is the live data.json which is in the GitHub repo. The reason why we are using
111111
# this instead of the local one is so that the user has the most up-to-date data. This prevents
112112
# users from creating issue about false positives which has already been fixed or having outdated data
113-
data_file_path = "https://raw.githubusercontent.com/sherlock-project/sherlock/master/sherlock/resources/data.json"
113+
data_file_path = "https://raw.githubusercontent.com/sherlock-project/sherlock/master/sherlock_project/resources/data.json"
114114

115115
# Ensure that specified data file has correct extension.
116116
if not data_file_path.lower().endswith(".json"):

0 commit comments

Comments
 (0)