1
0
Fork 0
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:
nicofrand 2020-05-03 18:12:01 +02:00 committed by Nicolas Frandeboeuf
parent d98e9bf2d0
commit 94158457a0
2 changed files with 2 additions and 2 deletions

View file

@ -83,7 +83,7 @@ ynh_install_app_dependencies $pkg_dependencies
ynh_app_setting_set "$app" final_path "$final_path"
# 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"
mkdir "$final_path/data"

View file

@ -93,7 +93,7 @@ fi
#=================================================
# 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"
mkdir -p "$final_path/data"