Skip to content

Commit

Permalink
Fix docs download
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilwoodruff committed Sep 3, 2024
1 parent 594d4bc commit 6e0d938
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/download_prerequisites.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def download_data():
for prerequisite in PREREQUISITES:
if not (STORAGE_FOLDER / prerequisite["file_name"]).exists():
download(
"PolicyEngine",
prerequisite["repo"],
"release",
prerequisite["file_name"],
Expand Down

0 comments on commit 6e0d938

Please sign in to comment.