aboutsummaryrefslogtreecommitdiffstats
path: root/sos/plugins/sanlock.py
diff options
context:
space:
mode:
Diffstat (limited to 'sos/plugins/sanlock.py')
-rw-r--r--sos/plugins/sanlock.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sos/plugins/sanlock.py b/sos/plugins/sanlock.py
index 67474af8..232dd007 100644
--- a/sos/plugins/sanlock.py
+++ b/sos/plugins/sanlock.py
@@ -32,5 +32,5 @@ class RedHatSANLock(SANLock, RedHatPlugin):
files = [ "/etc/sysconfig/sanlock" ]
def setup(self):
- super(RedHatSanlock, self).setup()
+ super(RedHatSANLock, self).setup()
self.add_copy_spec("/etc/sysconfig/sanlock")