Skip to content

Commit 569a203

Browse files
Rijo-rulae
authored andcommitted
Update collect_kernel_info.py
fix typo
1 parent 4adbbaa commit 569a203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/collect_kernel_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def main():
3636
booted_kernel = "/lib/modules/{}".format(to_text(
3737
subprocess.run(["uname", "-r"], capture_output=True).stdout).strip())
3838

39-
booted_kernel_package = ""
39+
booted_kernel_packages = ""
4040
old_kernel_packages = []
4141
if params['lookup_packages']:
4242
for kernel in kernels:

0 commit comments

Comments
 (0)