diff --git a/lib/cleanup.sh b/lib/cleanup.sh index 252f496a..4af48ec4 100644 --- a/lib/cleanup.sh +++ b/lib/cleanup.sh @@ -53,9 +53,8 @@ cleanup_actors() { # Process each actor type echo "$actors_json" | jq -c '.[]' | while IFS= read -r actor; do - local type creds + local type type=$(echo "$actor" | jq -r '.type') - creds=$(echo "$actor" | jq -r '.creds') case "$type" in azure)