From 63eb92b42ad9be3048de10169178eb70b2ae3d81 Mon Sep 17 00:00:00 2001 From: Josh Mock Date: Wed, 27 Mar 2024 09:45:25 -0500 Subject: [PATCH] Fix bad argument string (#2184) --- .github/workflows/serverless-patch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/serverless-patch.sh b/.github/workflows/serverless-patch.sh index b3c9bd32e..58f822100 100755 --- a/.github/workflows/serverless-patch.sh +++ b/.github/workflows/serverless-patch.sh @@ -26,7 +26,7 @@ comment="Patch applied from $pr_shortcode" tick='\`' # just trying to satisfy shellcheck here has_rejects='' for f in ./**/*.rej; do - has_rejects=' --draft' + has_rejects='--draft' comment="$comment ## Rejected patch $tick$f$tick must be resolved: