From f86f90b2e0ea3f1690d60cfdbc43b5bec69e6606 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 24 Jun 2025 15:49:54 +0200 Subject: [PATCH] Update gomft-install.sh --- install/gomft-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/gomft-install.sh b/install/gomft-install.sh index 769079900..ae9c9a8a5 100644 --- a/install/gomft-install.sh +++ b/install/gomft-install.sh @@ -34,7 +34,7 @@ tar -xzf "$temp_file" mv GoMFT-"${RELEASE}"/ /opt/gomft cd /opt/gomft TEMPL_VERSION="$(awk '/github.com\/a-h\/templ/{print $2}' go.mod)" -$STD go install github.com/a-h/templ/cmd/templ@v${TEMPL_VERSION} +$STD go install github.com/a-h/templ/cmd/templ@${TEMPL_VERSION} cp /opt/gomft/components/file_metadata/search/file_metadata_search_content.templ{,.bak} sed -i -e '/
/a \ @{' \ -e '/^ }$/a \ }' \