From 0b8c90266e2656eace04e9ef9895141e58729d01 Mon Sep 17 00:00:00 2001 From: haturatu Date: Mon, 24 Feb 2025 19:13:42 +0900 Subject: =?UTF-8?q?fix:=20=E5=8F=8D=E8=BB=A2=E6=BC=94=E7=AE=97=E5=AD=90?= =?UTF-8?q?=E3=81=AB=E3=81=97=E5=BF=98=E3=82=8C=E3=81=A6=E3=81=84=E3=81=9F?= =?UTF-8?q?=E3=81=AE=E3=81=A7=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lumebuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lumebuild.sh b/lumebuild.sh index 26d678e..7a3d554 100755 --- a/lumebuild.sh +++ b/lumebuild.sh @@ -74,7 +74,7 @@ if [ $? -eq 0 ]; then cd $SRC_DIR/$POST_URL_DIR || exit - if grep -A 1 -E "^comments:" "$(ls -tr | tail -1)" | grep -qi "}" ; then + if ! grep -A 1 -E "^comments:" "$(ls -tr | tail -1)" | grep -qi "}" ; then if [ "$FEDI_CMT" = "y" ]; then fedi_posts git_commit -- cgit v1.2.3