Skip to content

Commit 9703c99

Browse files
committed
fix: call the right function name to check on debian version
1 parent e2d2e43 commit 9703c99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installation/includes/02_helpers.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ is_debian_based() {
8484
fi
8585
}
8686

87-
get_debian_version_number() {
87+
_get_debian_version_number() {
8888
if [ "$(is_debian_based)" = true ]; then
8989
local debian_version_number=$( . /etc/os-release; printf '%s\n' "$VERSION_ID"; )
9090
echo "$debian_version_number"

0 commit comments

Comments
 (0)