diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2014-07-08 22:35:09 +0100 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2014-07-08 22:35:09 +0100 |
commit | c6c9693507ca30d4f20bb2f98329adfe1f854cc2 (patch) | |
tree | 89909e2cd7f41a917117b0da5ca4569a6b74b22d | |
parent | 5531172a9c000c1d56c7eae000230733154c5291 (diff) | |
download | sos-c6c9693507ca30d4f20bb2f98329adfe1f854cc2.tar.gz |
[logrotate] list style fixes
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r-- | sos/plugins/logrotate.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sos/plugins/logrotate.py b/sos/plugins/logrotate.py index 2fb89bbd..8497c3c7 100644 --- a/sos/plugins/logrotate.py +++ b/sos/plugins/logrotate.py @@ -22,7 +22,7 @@ class LogRotate(Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin): def setup(self): self.add_cmd_output("logrotate --debug /etc/logrotate.conf", - suggest_filename = "logrotate_debug") + suggest_filename="logrotate_debug") self.add_copy_specs([ "/etc/logrotate*", "/var/lib/logrotate.status" |