diff --git a/scripts/change_url b/scripts/change_url
index eefa889..51db2e9 100644
--- a/scripts/change_url
+++ b/scripts/change_url
@@ -20,7 +20,7 @@ ynh_change_url_nginx_config
# SPECIFIC MODIFICATIONS
#=================================================
-ynh_replace_string --match_string="" --replace_string="" --target_file="$install_dir/index.html"
+ynh_replace_string --match_string="" --replace_string="" --target_file="$install_dir/index.html"
#=================================================
# END OF SCRIPT
diff --git a/scripts/install b/scripts/install
index e081190..9dd4c50 100755
--- a/scripts/install
+++ b/scripts/install
@@ -19,7 +19,7 @@ ynh_script_progression --message="Setting up source files..." --weight=1
# Download, check integrity, uncompress and patch the source from manifest.toml
ynh_setup_source --dest_dir="$install_dir"
-ynh_replace_string --match_string="" --replace_string="" --target_file="$install_dir/index.html"
+ynh_replace_string --match_string="" --replace_string="" --target_file="$install_dir/index.html"
# $install_dir will automatically be initialized with some decent
# permission by default ... however, you may need to recursively reapply
diff --git a/scripts/upgrade b/scripts/upgrade
index 53b29f5..3870c7d 100755
--- a/scripts/upgrade
+++ b/scripts/upgrade
@@ -37,7 +37,7 @@ then
# Download, check integrity, uncompress and patch the source from manifest.toml
ynh_setup_source --dest_dir="$install_dir"
- ynh_replace_string --match_string="" --replace_string="" --target_file="$install_dir/index.html"
+ ynh_replace_string --match_string="" --replace_string="" --target_file="$install_dir/index.html"
fi
# $install_dir will automatically be initialized with some decent