__apt_backports: fix explorer call

s/-/_/ because the explorers are following an other convention :-)
This commit is contained in:
matze 2020-12-12 17:29:58 +01:00
parent fafa3d9ea5
commit fca35fc858
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
# lsb_release may not be given in all installations
codename_os_release() {
# shellcheck disable=SC1090
. "$__global/explorer/os-release"
. "$__global/explorer/os_release"
printf "%s" "$VERSION_CODENAME"
}