Skip to content

Commit

Permalink
[Installation] Fix function call in helper file
Browse files Browse the repository at this point in the history
  • Loading branch information
pabera committed Nov 23, 2024
1 parent 3fa5b16 commit e019429
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 e019429

Please sign in to comment.