Formatting issues

This commit is contained in:
Maarten den Braber 2020-05-13 17:07:19 +02:00
parent e768e285ce
commit d5ef3a3f8c
1 changed files with 2 additions and 2 deletions

View File

@ -145,8 +145,8 @@ _transip_setup() {
return 1
fi
else
_err "Can't read private key file: ${TRANSIP_Key_File}"
return 1
_err "Can't read private key file: ${TRANSIP_Key_File}"
return 1
fi
if [ -z "$_token" ]; then