mirror of
https://github.com/YunoHost-Apps/borgserver_ynh.git
synced 2024-09-03 20:36:20 +02:00
[enh] Pass false positive linter
This commit is contained in:
parent
78dec41ac6
commit
9756c4b921
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ ynh_abort_if_errors
|
||||||
|
|
||||||
# Replace backports with pip
|
# Replace backports with pip
|
||||||
if is_stretch; then
|
if is_stretch; then
|
||||||
ynh_remove_backports
|
rm -f /etc/apt/sources.list.d/$app-stretch-backports.list
|
||||||
|
|
||||||
install_borg_with_pip
|
install_borg_with_pip
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue