Skip to content

Commit 2f85624

Browse files
committed
locations are compressed
1 parent 69911b6 commit 2f85624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ MY_DATABASE="ec2.db"
66
sqlite3 "$MY_DATABASE" < create.sql || exit 9
77

88
# Locations
9-
curl -O --fail "https://b0.p.awsstatic.com/locations/1.0/aws/current/locations.json" || exit 9
9+
curl -O --fail --compressed "https://b0.p.awsstatic.com/locations/1.0/aws/current/locations.json" || exit 9
1010
perl locations.pl < locations.json || exit 9
1111

1212
# IP Ranges

0 commit comments

Comments
 (0)