Skip to content

Commit 71aa2c8

Browse files
stoojjohnramsden
authored andcommitted
Correct "downloading kernel version" message
The "Downloading kernel" message that is displayed when zfs-linux kernel is out of sync with the Arch kernel uses the wrong var in the printout. This corrects the printout to use the version that is downloaded, rather than the Arch kernel version. Fixes #45
1 parent 9941322 commit 71aa2c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alez.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ get_matching_kernel() {
200200
if [[ "${zfs_depend_ver}" != "${kernel_version}" ]]; then
201201

202202
printf "%s\n%s\n" "zfs-linux${kern_suffix} package is out of sync with linux${kern_suffix}." \
203-
"Downloading kernel ${kernel_version} from archive"
203+
"Downloading kernel ${zfs_depend_ver} from archive"
204204

205205
# Get package list
206206
ala="https://archive.archlinux.org/packages"

0 commit comments

Comments
 (0)