Skip to content

Commit

Permalink
Simple game version check should do
Browse files Browse the repository at this point in the history
  • Loading branch information
nebularg committed Feb 22, 2022
1 parent a3fa472 commit fb50aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1192,7 +1192,7 @@ fi

set_build_version

if [[ ${#game_type_version[@]} -eq 0 ]]; then
if [[ -z "$game_version" ]]; then
echo "There was a problem setting the build version? Awkward." >&2
exit 1
fi
Expand Down

0 comments on commit fb50aff

Please sign in to comment.