1
0
Fork 0
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:
lapineige 2023-07-27 16:53:19 +02:00 committed by GitHub
parent ce987d2048
commit 8c02a0f339
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"