Skip to content

Commit

Permalink
fixing ci support
Browse files Browse the repository at this point in the history
  • Loading branch information
QuiteAFancyEmerald committed Sep 15, 2024
1 parent 6a10f88 commit 3dc1e84
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ def check_http_status(url):
return False

def main():
# Load sources.json from the root directory
sources_file = '../sources.json'
sources_file = './sources.json'
if not os.path.exists(sources_file):
print(f"Error: {sources_file} not found.")
return
Expand Down

0 comments on commit 3dc1e84

Please sign in to comment.