Skip to content

Commit

Permalink
fix shell warning
Browse files Browse the repository at this point in the history
  • Loading branch information
fqjony committed Sep 11, 2024
1 parent e33f2ff commit da10155
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/cleanup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit da10155

Please sign in to comment.