diff options
-rw-r--r-- | sos/plugins/multipath.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sos/plugins/multipath.py b/sos/plugins/multipath.py index d3e1fd7f..cc3d84e5 100644 --- a/sos/plugins/multipath.py +++ b/sos/plugins/multipath.py @@ -27,7 +27,7 @@ class Multipath(Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin): "/etc/multipath/", "/etc/multipath.conf" ]) - self.add_cmd_output([ + self.add_cmd_outputs([ "multipath -l", "multipath -v4 -ll" ]) |