Skip to content

Commit

Permalink
Correct "downloading kernel version" message
Browse files Browse the repository at this point in the history
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
  • Loading branch information
stooj authored and johnramsden committed Sep 8, 2019
1 parent 9941322 commit 71aa2c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alez.sh
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ get_matching_kernel() {
if [[ "${zfs_depend_ver}" != "${kernel_version}" ]]; then

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

# Get package list
ala="https://archive.archlinux.org/packages"
Expand Down

0 comments on commit 71aa2c8

Please sign in to comment.