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:
parent
1c6b4addc9
commit
2930701cbc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/updater.sh
vendored
2
.github/workflows/updater.sh
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue