Fix lint issue

This commit is contained in:
Stanislas
2024-11-07 20:44:56 +01:00
committad av GitHub
förälder 93cd4ed089
incheckning 1cb0504341

Visa fil

@@ -248,7 +248,7 @@ function resolvePublicIP() {
fi fi
if [[ -z $PUBLIC_IP ]]; then if [[ -z $PUBLIC_IP ]]; then
>&2 echo "Couldn't solve the public IP" echo >&2 echo "Couldn't solve the public IP"
exit 1 exit 1
fi fi