Merge branch '3.0.x'

This commit is contained in:
Ryan Baxter
2023-09-15 16:01:56 -04:00

View File

@@ -168,7 +168,7 @@ runs:
for i in "${sliced_array[@]}"; do
# can be present in the last index as 'none,testA,testB'
if [[ "$i" -eq "none" ]]; then
if [[ "$i" == "none" ]]; then
echo "skipping 'none'"
else
filename="${i}.txt"