Add double-quotes to avoid string splitting.

This commit is contained in:
2024-12-31 11:09:36 +01:00
parent 45375ccf9a
commit 1a618bb0c1
4 changed files with 5 additions and 5 deletions

View File

@ -2,4 +2,4 @@
set -euo pipefail
curl ipinfo.io/$1
curl "ipinfo.io/$1"