Skip to content

Commit

Permalink
Add missing -L
Browse files Browse the repository at this point in the history
  • Loading branch information
gravitystorm committed Dec 24, 2012
1 parent 674d227 commit 5bb35ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get-shapefiles.sh
Expand Up @@ -12,7 +12,7 @@ mkdir -p data/processed_p

# world_boundaries
echo "dowloading world_boundaries..."
curl -o data/world_boundaries-spherical.tgz http://tile.openstreetmap.org/world_boundaries-spherical.tgz
curl -L -o data/world_boundaries-spherical.tgz http://tile.openstreetmap.org/world_boundaries-spherical.tgz
echo "expanding world_boundaries..."
tar -xzf data/world_boundaries-spherical.tgz -C data/

Expand Down

0 comments on commit 5bb35ae

Please sign in to comment.