1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/calibreweb_ynh.git synced 2024-09-03 18:16:20 +02:00

Missing spaces

This commit is contained in:
Krakinou 2023-04-08 15:26:41 +02:00
parent 1c6b4addc9
commit 2930701cbc

View file

@ -62,7 +62,7 @@ elif git ls-remote -q --exit-code --heads https://github.com/$GITHUB_REPOSITORY.
update_kepubify=0 update_kepubify=0
fi fi
if [ "$update_kepubify"== 0 ] && [ "$update_upstream"== 0 ]; then if [ "$update_kepubify" == 0 ] && [ "$update_upstream" == 0 ]; then
echo "::no update : exit" echo "::no update : exit"
exit 0 exit 0
fi fi