This commit is contained in:
Adam Dangoor 2025-06-01 18:49:04 -03:00 committed by GitHub
commit 94641696e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ class Plugin(Model):
A generator streaming the decoded API logs A generator streaming the decoded API logs
""" """
if self.enabled: if self.enabled:
raise errors.DockerError( raise errors.DockerException(
'Plugin must be disabled before upgrading.' 'Plugin must be disabled before upgrading.'
) )