From ada9ca9514f97fe92a4dbcf2c51cf0f87f2194d2 Mon Sep 17 00:00:00 2001 From: "Bryn M. Reeves" Date: Tue, 16 Sep 2014 20:02:14 +0100 Subject: [multipath] fix add_cmd_output usage Signed-off-by: Bryn M. Reeves --- sos/plugins/multipath.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ]) -- cgit