Blame SOURCES/sos-collector-none-cluster-fix.patch

60a6c7
From a614ed8e5621f931d8ee76f1f59747a46144cb2d Mon Sep 17 00:00:00 2001
60a6c7
From: Jake Hunsaker <jhunsake@redhat.com>
60a6c7
Date: Thu, 4 Apr 2019 14:19:13 -0400
60a6c7
Subject: [PATCH] [jbon] Fix typo in check_enabled()
60a6c7
60a6c7
Fixes a typo in the check_enabled() method that could potentially
60a6c7
prevent sos-collector from correctly determining the cluster type on
60a6c7
python3 under certain circumstances.
60a6c7
60a6c7
Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>
60a6c7
---
60a6c7
 soscollector/clusters/jbon.py | 2 +-
60a6c7
 1 file changed, 1 insertion(+), 1 deletion(-)
60a6c7
60a6c7
diff --git a/soscollector/clusters/jbon.py b/soscollector/clusters/jbon.py
60a6c7
index 28552ff..ea85ddf 100644
60a6c7
--- a/soscollector/clusters/jbon.py
60a6c7
+++ b/soscollector/clusters/jbon.py
60a6c7
@@ -28,7 +28,7 @@ class jbon(Cluster):
60a6c7
     def get_nodes(self):
60a6c7
         return []
60a6c7
 
60a6c7
-    def checK_enabled(self):
60a6c7
+    def check_enabled(self):
60a6c7
         # This should never be called, but as insurance explicitly never
60a6c7
         # allow this to be enabled via the determine_cluster() path
60a6c7
         return False
60a6c7
-- 
60a6c7
2.17.2
60a6c7