__apt_backports: fix explorer call
s/-/_/ because the explorers are following an other convention :-)
This commit is contained in:
parent
fafa3d9ea5
commit
fca35fc858
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue