mirror of
https://github.com/YunoHost-Apps/kresus_ynh.git
synced 2024-09-03 19:36:10 +02:00
Fix typo in progress messages
This commit is contained in:
parent
d98e9bf2d0
commit
94158457a0
2 changed files with 2 additions and 2 deletions
|
@ -83,7 +83,7 @@ ynh_install_app_dependencies $pkg_dependencies
|
||||||
ynh_app_setting_set "$app" final_path "$final_path"
|
ynh_app_setting_set "$app" final_path "$final_path"
|
||||||
|
|
||||||
# Download, check integrity, uncompress and patch the source from app.src
|
# Download, check integrity, uncompress and patch the source from app.src
|
||||||
ynh_script_progression --message="Dowloading app from sources"
|
ynh_script_progression --message="Downloading app from sources"
|
||||||
ynh_setup_source "$final_path"
|
ynh_setup_source "$final_path"
|
||||||
mkdir "$final_path/data"
|
mkdir "$final_path/data"
|
||||||
|
|
||||||
|
|
|
@ -93,7 +93,7 @@ fi
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
# Download, check integrity, uncompress and patch the source from app.src
|
# Download, check integrity, uncompress and patch the source from app.src
|
||||||
ynh_script_progression --message="Dowloading app from sources"
|
ynh_script_progression --message="Downloading app from sources"
|
||||||
ynh_setup_source "$final_path"
|
ynh_setup_source "$final_path"
|
||||||
mkdir -p "$final_path/data"
|
mkdir -p "$final_path/data"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue