From 5cd097c3df3cce403441a0f32e95fbe7e04a91ec Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Fri, 19 May 2023 18:34:01 +0100 Subject: [PATCH] exit code --- .github/workflows/serverlist-validate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/serverlist-validate.sh b/.github/workflows/serverlist-validate.sh index d6041c15a..b43e803e0 100755 --- a/.github/workflows/serverlist-validate.sh +++ b/.github/workflows/serverlist-validate.sh @@ -19,4 +19,4 @@ for csv in $csvlist; do fi done -exit "${exitcode}" +exit ${exitcode}