Skip to content

Commit

Permalink
adds curl option to follow redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
bradoyler committed Jun 18, 2017
1 parent 69b4c4e commit 14710d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion us-cities/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ STATES_OVER_50k=hi me nh nd sc vt wv wy vi pr

gz/%.tar.gz:
mkdir -p $(dir $@)
curl 'http://dds.cr.usgs.gov/pub/data/nationalatlas/$(notdir $@)' -o $@.download
curl -L 'http://dds.cr.usgs.gov/pub/data/nationalatlas/$(notdir $@)' -o $@.download
mv $@.download $@

shp/us/cities-raw.shp: gz/citiesx020_nt00007.tar.gz
Expand Down

0 comments on commit 14710d6

Please sign in to comment.