Skip to content

Commit

Permalink
[containerd] include containerd.io in packages set
Browse files Browse the repository at this point in the history
Signed-off-by: Trevor Benson <[email protected]>
  • Loading branch information
TrevorBenson authored and TurboTurtle committed Aug 1, 2023
1 parent f62413b commit aad58d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sos/report/plugins/containerd.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Containerd(Plugin, RedHatPlugin, UbuntuPlugin, CosPlugin):
short_desc = 'Containerd containers'
plugin_name = 'containerd'
profiles = ('container',)
packages = ('containerd',)
packages = ('containerd', 'containerd.io',)

def setup(self):
self.add_copy_spec([
Expand Down

0 comments on commit aad58d7

Please sign in to comment.