Skip to content

Commit

Permalink
[vmware] Enable vmware plugin support on Ubuntu
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Vest <[email protected]>
  • Loading branch information
adam-vest committed Oct 7, 2024
1 parent 96e4d79 commit 634b959
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sos/report/plugins/vmware.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
#
# See the LICENSE file in the source distribution for further information.

from sos.report.plugins import Plugin, RedHatPlugin
from sos.report.plugins import Plugin, IndependentPlugin


class VMWare(Plugin, RedHatPlugin):
class VMWare(Plugin, IndependentPlugin):

short_desc = 'VMWare client information'

Expand Down

0 comments on commit 634b959

Please sign in to comment.