Fix lint issue
This commit is contained in:
parent
93cd4ed089
commit
1cb0504341
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue