Browse Source

fix: check details

pull/4231/head
Daniel Gibbs 2 years ago
parent
commit
ba355da2b1
  1. 2
      .github/workflows/detals-check-generate-matrix.sh

2
.github/workflows/detals-check-generate-matrix.sh

@ -18,7 +18,7 @@ while read -r line; do
echo -n "\"shortname\":" >> "shortnamearray.json"
echo -n "\"${shortname}\"" >> "shortnamearray.json"
echo -n "}," >> "shortnamearray.json"
done < serverlist.csv
done < <(tail -n +2 serverlist.csv)
sed -i '$ s/.$//' "shortnamearray.json"
echo -n "]" >> "shortnamearray.json"
echo -n "}" >> "shortnamearray.json"

Loading…
Cancel
Save