From 7167a02a2f0352b51f89cd15518626783c14fde4 Mon Sep 17 00:00:00 2001 From: "Bryn M. Reeves" Date: Wed, 28 Mar 2018 16:46:35 +0100 Subject: [wireless] use 'network' profile instead of 'networking' Slightly confusingly the _plugin_ is 'networking', but the profile name is 'network': make the new wireless plugin fit in with the other plugins in this group. Signed-off-by: Bryn M. Reeves --- sos/plugins/wireless.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sos/plugins/wireless.py b/sos/plugins/wireless.py index 1244049b..7d6f72fb 100644 --- a/sos/plugins/wireless.py +++ b/sos/plugins/wireless.py @@ -20,7 +20,7 @@ class Wireless(Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin): """ plugin_name = 'wireless' - profiles = ('hardware', 'desktop', 'networking') + profiles = ('hardware', 'desktop', 'network') files = ('/sbin/iw', '/usr/sbin/iw') def setup(self): -- cgit