From 55d4c4dcd4bb8a86a9a620c066b9f0a0745d8c93 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 14 Dec 2020 13:55:23 +0100 Subject: [PATCH] Fix linter warning --- scripts/upgrade | 7 ------- 1 file changed, 7 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index c320bb3..d8f3d6b 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -92,13 +92,6 @@ ynh_clean_setup () { # Exit if an error occurs during the execution of the script ynh_abort_if_errors -#================================================= -# CHECK THE PATH -#================================================= - -# Normalize the URL path syntax -path_url=$(ynh_normalize_url_path --path_url=$path_url) - #================================================= # STANDARD UPGRADE STEPS #=================================================