From c6c6a0d2b609bbe55259fbc6a6c451be63e52b4c Mon Sep 17 00:00:00 2001
From: Scott Dodson <sdodson@redhat.com>
Date: Mon, 22 Jun 2015 12:11:35 -0400
Subject: Switch openshift ex router/registry to oadm

---
 roles/openshift_facts/library/openshift_facts.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'roles/openshift_facts/library')

diff --git a/roles/openshift_facts/library/openshift_facts.py b/roles/openshift_facts/library/openshift_facts.py
index 1b789ca89..ca5ea1da0 100755
--- a/roles/openshift_facts/library/openshift_facts.py
+++ b/roles/openshift_facts/library/openshift_facts.py
@@ -487,7 +487,7 @@ def get_current_config(facts):
                 current_config['kubeconfig'] = config
 
             # override pylint broad-except warning, since we do not want
-            # to bubble up any exceptions if openshift ex config view
+            # to bubble up any exceptions if oc config view
             # fails
             # pylint: disable=broad-except
             except Exception:
-- 
cgit v1.2.3