updated aws_ip_ranges.sh

pull/2/head
Hari Sekhon 3 years ago
parent 3e93068a6f
commit 87947179e5

@ -79,7 +79,7 @@ if [ -n "$region" ] && [ "$region" != all ]; then
else
cat
fi |
if [ -n "$service" ]; then
if [ -n "$service" ] && [ "$service" != all ]; then
jq -r "select(.service == \"$service\")"
else
cat

Loading…
Cancel
Save