From b1d3e5c6103ef43fb36b820da96c2a1124c5fbba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 15 Dec 2020 13:27:44 +0100 Subject: [PATCH] Fix linter warning --- scripts/upgrade | 7 ------- 1 file changed, 7 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index 2cf47d0..b6a6613 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -74,13 +74,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 #=================================================