From 9942837d82c1cd4ffef4b3a34d86906607fcff3e Mon Sep 17 00:00:00 2001 From: icenine451 Date: Thu, 6 Jun 2024 09:19:46 -0400 Subject: [PATCH] Add missing case end. --- automation_tools/pre_build_automation.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/automation_tools/pre_build_automation.sh b/automation_tools/pre_build_automation.sh index 96ca9836..476ae315 100755 --- a/automation_tools/pre_build_automation.sh +++ b/automation_tools/pre_build_automation.sh @@ -92,6 +92,7 @@ do tag=$(git ls-remote "$url" | tail -n 1 | cut -f2 | sed 's|refs/tags/||') echo "Tag found: $tag" /bin/sed -i 's^'"$placeholder"'^'"$tag"'^' $rd_manifest + ;; "latestghrelease" ) echo