aboutsummaryrefslogtreecommitdiffstats
path: root/sos/plugins/sanlock.py
diff options
context:
space:
mode:
Diffstat (limited to 'sos/plugins/sanlock.py')
-rw-r--r--sos/plugins/sanlock.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sos/plugins/sanlock.py b/sos/plugins/sanlock.py
index 3a58bc90..cc14449f 100644
--- a/sos/plugins/sanlock.py
+++ b/sos/plugins/sanlock.py
@@ -24,7 +24,7 @@ class SANLock(Plugin):
def setup(self):
self.add_copy_spec("/var/log/sanlock.log*")
- self.add_cmd_outputs([
+ self.add_cmd_output([
"sanlock client status -D",
"sanlock client host_status -D",
"sanlock client log_dump"