Skip to content

Commit

Permalink
Fix kernelMachine typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hanawatson authored Nov 1, 2023
1 parent 7539d39 commit 20f5eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/operatingsystem/amazonlinux2/kernel-package.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ func addKernelReleaseAndVersionAndMachine(dockerClient *docker.Client, kp *opera
}
kp.KernelMachine = kernelMachine

kp.KernelRelease = kp.Name + "." + kp.kernelMachine
kp.KernelRelease = kp.Name + "." + kp.KernelMachine

return nil
}
Expand Down

0 comments on commit 20f5eef

Please sign in to comment.