Skip to content

Commit

Permalink
fix: call the right function name to check on debian version
Browse files Browse the repository at this point in the history
  • Loading branch information
pabera committed Dec 29, 2024
1 parent e2d2e43 commit 9703c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installation/includes/02_helpers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ is_debian_based() {
fi
}

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

0 comments on commit 9703c99

Please sign in to comment.