diff --git a/scripts/env.sh b/scripts/env.sh index 2ac60a3..bb1a840 100644 --- a/scripts/env.sh +++ b/scripts/env.sh @@ -4,4 +4,4 @@ response=`curl -X 'GET' "https://$VAULT_HOST/v1/$VAULT_SECRET_PATH" -s \ -H 'accept: application/json' \ -H "X-Vault-Token: $VAULT_TOKEN"` -echo "$(echo "$response" | jq -r '.data.data | to_entries | map("\(.key)='\''\(.value)'\''") | .[]')" \ No newline at end of file +echo "$(echo "$response" | jq -r '.data.data | to_entries | map("\(.key)=\(.value)") | .[]')" \ No newline at end of file