Fix bug in bump_kernel_packages
This commit is contained in:
@@ -16,7 +16,7 @@ keyslot = "--keyslot" in args
|
||||
if keyslot:
|
||||
args.remove("--keyslot")
|
||||
canfail = "--canfail" in args
|
||||
if keyslot:
|
||||
if canfail:
|
||||
args.remove("--canfail")
|
||||
|
||||
if len(args) < 3:
|
||||
|
||||
Reference in New Issue
Block a user