From 62e61ff4418277e457a051b57659a78ca1976fdc Mon Sep 17 00:00:00 2001 From: "ljf (zamentur)" Date: Mon, 10 Jun 2019 18:41:57 +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 612b8b9..8a24bbb 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -42,7 +42,7 @@ fi # 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