aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryn M. Reeves <bmr@redhat.com>2014-09-15 00:13:16 +0100
committerBryn M. Reeves <bmr@redhat.com>2014-09-15 00:13:16 +0100
commit79490791dc406f630419b801d61d64b21202fc77 (patch)
tree0a70d326b386482fc58daec19322663196dd9643
parent9aca042bb3295ea22f2938d75faf34b54645e1cd (diff)
downloadsos-79490791dc406f630419b801d61d64b21202fc77.tar.gz
[hpasm] fix add_copy_specs() use
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r--sos/plugins/hpasm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sos/plugins/hpasm.py b/sos/plugins/hpasm.py
index 5b16e5ab..17a0022a 100644
--- a/sos/plugins/hpasm.py
+++ b/sos/plugins/hpasm.py
@@ -25,7 +25,7 @@ class Hpasm(Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin):
packages = ('hp-health',)
def setup(self):
- self.add_copy_specs("/var/log/hp-health/hpasmd.log")
+ self.add_copy_spec("/var/log/hp-health/hpasmd.log")
self.add_cmd_outputs([
"hpasmcli -s 'show asr'",
"hpasmcli -s 'show server'"