Skip to content

Commit

Permalink
fix(buildexe): update the MODFLOW-USG download url (#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
langevin-usgs authored Mar 7, 2019
1 parent ac95b63 commit 9f8e632
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autotest/build_exes.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@ def test_build_usg():
return
starget = 'MODFLOW-USG'
exe_name = 'mfusg'
dirname = 'mfusg.1_3'
url = 'https://water.usgs.gov/ogw/mfusg/{0}.zip'.format(dirname)
dirname = 'mfusg1_5'
url = 'https://water.usgs.gov/water-resources/software/MODFLOW-USG/{0}.zip'.format(dirname)

build_target(starget, exe_name, url, dirname)
return
Expand Down

0 comments on commit 9f8e632

Please sign in to comment.