From 46b437d5f8e892b37c047d51c5ef9ca39afc0271 Mon Sep 17 00:00:00 2001 From: broughtupsy <162842238+broughtupsy@users.noreply.github.com> Date: Mon, 15 Apr 2024 18:47:22 +0300 Subject: [PATCH] Update release-hook-post-linux.sh --- release-hook-post-linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-hook-post-linux.sh b/release-hook-post-linux.sh index e97e274a8ef..bb508498da6 100755 --- a/release-hook-post-linux.sh +++ b/release-hook-post-linux.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Se https://github.com/gohugoio/hugo/issues/8955 +# See https://github.com/gohugoio/hugo/issues/8955 objdump -T dist/hugo_extended_linux_linux_amd64/hugo | grep -E -q 'GLIBC_2.2[0-9]' RESULT=$? if [ $RESULT -eq 0 ]; then