From 2930701cbcdb84c511fa8f0c256b383f38fb09cf Mon Sep 17 00:00:00 2001 From: Krakinou Date: Sat, 8 Apr 2023 15:26:41 +0200 Subject: [PATCH] Missing spaces --- .github/workflows/updater.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/updater.sh b/.github/workflows/updater.sh index 796b12b..6dfd010 100755 --- a/.github/workflows/updater.sh +++ b/.github/workflows/updater.sh @@ -62,7 +62,7 @@ elif git ls-remote -q --exit-code --heads https://github.com/$GITHUB_REPOSITORY. update_kepubify=0 fi -if [ "$update_kepubify"== 0 ] && [ "$update_upstream"== 0 ]; then +if [ "$update_kepubify" == 0 ] && [ "$update_upstream" == 0 ]; then echo "::no update : exit" exit 0 fi