From 79490791dc406f630419b801d61d64b21202fc77 Mon Sep 17 00:00:00 2001 From: "Bryn M. Reeves" Date: Mon, 15 Sep 2014 00:13:16 +0100 Subject: [hpasm] fix add_copy_specs() use Signed-off-by: Bryn M. Reeves --- sos/plugins/hpasm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'" -- cgit