We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d43da21 commit d845bd3Copy full SHA for d845bd3
1 file changed
installation/includes/02_helpers.sh
@@ -95,7 +95,7 @@ _get_debian_version_number() {
95
96
is_debian_version_at_least() {
97
local expected_version=$1
98
- local debian_version_number=$(get_debian_version_number)
+ local debian_version_number=$(_get_debian_version_number)
99
100
if [ "$debian_version_number" -ge "$expected_version" ]; then
101
echo true
0 commit comments