Skip to content

Commit 163c858

Browse files
author
Prakash Surya
committed
TOOL-22328 Fix auto-updates for generic kernel on 5.15
PR URL: https://www.github.com/delphix/linux-pkg/pull/298
1 parent 9f4a9c6 commit 163c858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

default-package-config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ function kernel_update_upstream() {
247247
local tag_prefix_flavour
248248
case "${platform}" in
249249
generic)
250-
if [[ "$UBUNTU_DISTRIBUTION" == bionic ]]; then
250+
if [[ "$UBUNTU_DISTRIBUTION" == focal ]]; then
251251
tag_prefix_flavour="Ubuntu-hwe"
252252
else
253253
tag_prefix_flavour="Ubuntu"

0 commit comments

Comments
 (0)