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 c9362e17..adc65aae 100644 --- a/sos/plugins/logrotate.py +++ b/sos/plugins/logrotate.py @@ -23,4 +23,4 @@ class logrotate(sos.plugintools.PluginBase): suggest_filename = "logrotate_debug") self.addCopySpecs([ "/etc/logrotate*", - "/var/lig/logrotate.status"]) + "/var/lib/logrotate.status"]) |