summaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2015-06-22 12:11:35 -0400
committerScott Dodson <sdodson@redhat.com>2015-06-22 12:11:35 -0400
commitc6c6a0d2b609bbe55259fbc6a6c451be63e52b4c (patch)
tree3d45cb48c4408e481acd5bb0ca0e3a9fc34974ce /roles
parenta7ac3f7b513fe57ddccad15bdb6c7e9091f16bcd (diff)
downloadopenshift-c6c6a0d2b609bbe55259fbc6a6c451be63e52b4c.tar.gz
openshift-c6c6a0d2b609bbe55259fbc6a6c451be63e52b4c.tar.bz2
openshift-c6c6a0d2b609bbe55259fbc6a6c451be63e52b4c.tar.xz
openshift-c6c6a0d2b609bbe55259fbc6a6c451be63e52b4c.zip
Switch openshift ex router/registry to oadm
Diffstat (limited to 'roles')
-rwxr-xr-xroles/openshift_facts/library/openshift_facts.py2
1 files changed, 1 insertions, 1 deletions
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: