fix format

This commit is contained in:
neil
2024-10-13 17:55:22 +02:00
parent 9b2eae24d2
commit e0381dd757
7 changed files with 7 additions and 9 deletions

View File

@@ -113,7 +113,7 @@ _initAuth() {
_saveaccountconf_mutable OVH_END_POINT "$OVH_END_POINT"
fi
OVH_API="$(_ovh_get_api $OVH_END_POINT)"
OVH_API="$(_ovh_get_api "$OVH_END_POINT")"
_debug OVH_API "$OVH_API"
OVH_CK="${OVH_CK:-$(_readaccountconf_mutable OVH_CK)}"