storage/kernels: fix pool revisions_to_keep setter message

This commit is contained in:
Rusty Bird 2020-06-22 14:03:18 +00:00
parent 3ab789f5d8
commit 6f2d82fd20
No known key found for this signature in database
GPG Key ID: 469D78F47AAF2ADF

View File

@ -201,7 +201,7 @@ class LinuxKernel(Pool):
# pylint: disable=no-self-use
if value:
raise qubes.exc.QubesValueError(
'LinuxModules supports only revisions_to_keep=0')
'LinuxKernel supports only revisions_to_keep=0')
def included_in(self, app):
''' Check if there is pool containing /var/lib/qubes/vm-kernels '''