Skip to content

Commit

Permalink
delete claude comments
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanVukovic99 committed Oct 3, 2024
1 parent aeb92a0 commit 57e985b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions auto.sh
Original file line number Diff line number Diff line change
Expand Up @@ -163,16 +163,13 @@ declare -a languages="($(

supported_editions_array=()

# Iterate through languages and check for hasEdition
for lang in "${languages[@]}"; do
# Parse each JSON object and check if hasEdition is true
has_edition=$(echo "$lang" | jq -r 'if .hasEdition == true then .iso else empty end')
if [ ! -z "$has_edition" ]; then
supported_editions_array+=("$has_edition")
fi
done

# Join array elements with spaces
supported_editions="${supported_editions_array[*]}"

#Iterate over every edition language
Expand Down

0 comments on commit 57e985b

Please sign in to comment.