1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/tiki_ynh.git synced 2024-09-04 01:15:54 +02:00

Typo é_è

This commit is contained in:
Alexandre Aubin 2023-05-12 21:04:57 +02:00
parent 6054989421
commit bd0d0fcc45
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@ ynh_script_progression --message="Setting up source files..." --weight=15
# Download, check integrity, uncompress and patch the source from app.src
source_id_to_use="main"
if [[ "$release_cycle" != "longterm" ]]
if [[ "$release_cycle" == "longterm" ]]
then
source_id_to_use="lts"
fi

View file

@ -48,7 +48,7 @@ then
# Download, check integrity, uncompress and patch the source from app.src
source_id_to_use="main"
if [[ "$release_cycle" != "longterm" ]]
if [[ "$release_cycle" == "longterm" ]]
then
source_id_to_use="lts"
fi