fix shellcheck warnings

This commit is contained in:
neil
2022-11-23 21:28:17 +08:00
parent cdb238e41c
commit 60315e5b91
6 changed files with 10 additions and 10 deletions

View File

@@ -139,7 +139,7 @@ _vultr_rest() {
data="$3"
_debug "$ep"
api_key_trimmed=$(echo $VULTR_API_KEY | tr -d '"')
api_key_trimmed=$(echo "$VULTR_API_KEY" | tr -d '"')
export _H1="Authorization: Bearer $api_key_trimmed"
export _H2='Content-Type: application/json'