Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed Dec 11, 2024
1 parent 9487503 commit d2f0ed6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/serverlist-validate-game-icons.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ else
echo "OK: gameiconcount ($gameiconcount) matches serverlistcount ($serverlistcount)"
fi

exit "${exitcode}"
exit ${exitcode}
2 changes: 1 addition & 1 deletion .github/workflows/serverlist-validate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ for shortname in $(tail -n +2 serverlist.csv | cut -d ',' -f1); do
fi
done

exit "${exitcode}"
exit ${exitcode}

0 comments on commit d2f0ed6

Please sign in to comment.