forked from ungleich-public/cdist
__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
|
# lsb_release may not be given in all installations
|
||||||
codename_os_release() {
|
codename_os_release() {
|
||||||
# shellcheck disable=SC1090
|
# shellcheck disable=SC1090
|
||||||
. "$__global/explorer/os-release"
|
. "$__global/explorer/os_release"
|
||||||
printf "%s" "$VERSION_CODENAME"
|
printf "%s" "$VERSION_CODENAME"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue