fix: remove duplicate echo in resolvePublicIP error message

This commit is contained in:
Stanislas Lange
2025-12-04 23:04:11 +01:00
committed by Stanislas
parent a680d1f7e3
commit 74dcf67844
+1 -1
View File
@@ -251,7 +251,7 @@ function resolvePublicIP() {
fi
if [[ -z $PUBLIC_IP ]]; then
echo >&2 echo "Couldn't solve the public IP"
echo >&2 "Couldn't solve the public IP"
exit 1
fi