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:
parent
6054989421
commit
bd0d0fcc45
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue