mirror of
https://github.com/YunoHost-Apps/wallabag2_ynh.git
synced 2024-10-01 13:35:06 +02:00
fix spacing typo
This commit is contained in:
parent
ce987d2048
commit
8c02a0f339
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ then
|
|||
ynh_script_progression --message="Upgrading source files..." --weight=6
|
||||
|
||||
# Download, check integrity, uncompress and patch the source from app.src
|
||||
ynh_setup_source --dest_dir="$install_dir" --keep ="app/config/parameters.yml"
|
||||
ynh_setup_source --dest_dir="$install_dir" --keep="app/config/parameters.yml"
|
||||
|
||||
# Clear cache
|
||||
ynh_secure_remove --file="$install_dir/var/cache"
|
||||
|
|
Loading…
Add table
Reference in a new issue