Fix lint issue

This commit is contained in:
Stanislas 2024-11-07 20:44:56 +01:00 committed by GitHub
parent 93cd4ed089
commit 1cb0504341
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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