Skip to content

Commit

Permalink
Added quiet flag to GADM wget
Browse files Browse the repository at this point in the history
  • Loading branch information
nickynicolson committed Aug 3, 2023
1 parent f4a87fb commit 9d0a731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ downloads/cities15000.zip:
# Download GADM file
downloads/gadm_410-gpkg.zip:
mkdir -p downloads
wget -O $@ $(gadm_gpkg_url)
wget $(wget_args) -O $@ $(gadm_gpkg_url)

downloads/gadm_410-levels.gpkg: downloads/gadm_410-gpkg.zip
mkdir -p downloads
Expand Down

0 comments on commit 9d0a731

Please sign in to comment.