From 3fbeff6247f48bec45a9b59d3ae19c417daaf723 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 28 Sep 2023 11:12:32 +0200 Subject: [PATCH] Update upgrade --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 3542a24..f173f12 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -12,7 +12,7 @@ myynh_clean_source () { find "$install_dir" -type f -name ".htaccess" -delete if [ -e "$install_dir/.gitignore" ]; then - ynh_secure_remove "$install_dir/.gitignore" + ynh_secure_remove --file="$install_dir/.gitignore" fi }