Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Aug 27, 2024
1 parent 6660b0c commit d11393f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ json_result="["
# Sort, filter, and generate JSON objects
while read -r dir; do
if ! is_excluded "$dir"; then
json_result+=$(generate_json_new "$dir")
json_result+=$(generate_json "$dir")
json_result+=","
fi
done <<< "$(echo "$all_directories" | sort)" # Feed sorted directories into the loop
Expand Down

0 comments on commit d11393f

Please sign in to comment.