Add missing case end.

This commit is contained in:
icenine451 2024-06-06 09:19:46 -04:00
parent a821c98d98
commit 9942837d82

View file

@ -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