diff options
-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" |