Skip to content

Commit

Permalink
chore(scripts): update mf6 examples zipfile name in build_dist.py (#1920
Browse files Browse the repository at this point in the history
)

Update the MF6 examples zipfile name in distribution/build_dist.py, as per MODFLOW-USGS/modflow6-examples#217.
  • Loading branch information
wpbonelli authored Jul 3, 2024
1 parent b76c676 commit f589edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distribution/build_dist.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def setup_examples(
latest = get_release("MODFLOW-USGS/modflow6-examples", "latest")
assets = latest["assets"]
asset = next(
iter([a for a in assets if a["name"] == "modflow6-examples.zip"]), None
iter([a for a in assets if a["name"] == "mf6examples.zip"]), None
)
# download example models zip asset
download_and_unzip(asset["browser_download_url"], examples_path, verbose=True)
Expand Down

0 comments on commit f589edf

Please sign in to comment.