From 9756c4b92106431a7c5dd4e03bc29974a7ddb2ce Mon Sep 17 00:00:00 2001 From: "ljf (zamentur)" Date: Mon, 10 Jun 2019 18:43:50 +0200 Subject: [PATCH] [enh] Pass false positive linter --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 02caf8e..914312b 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -35,7 +35,7 @@ ynh_abort_if_errors # Replace backports with pip if is_stretch; then - ynh_remove_backports + rm -f /etc/apt/sources.list.d/$app-stretch-backports.list install_borg_with_pip fi