diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2014-09-15 00:13:16 +0100 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2014-09-15 00:13:16 +0100 |
commit | 79490791dc406f630419b801d61d64b21202fc77 (patch) | |
tree | 0a70d326b386482fc58daec19322663196dd9643 | |
parent | 9aca042bb3295ea22f2938d75faf34b54645e1cd (diff) | |
download | sos-79490791dc406f630419b801d61d64b21202fc77.tar.gz |
[hpasm] fix add_copy_specs() use
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r-- | sos/plugins/hpasm.py | 2 |
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'" |