Fix lint issue

This commit is contained in:
Stanislas
2024-11-07 20:44:56 +01:00
committed by GitHub
parent 93cd4ed089
commit 1cb0504341

View File

@@ -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