From 5029d351f6affc5539fcd34efc2bff6c146146cc Mon Sep 17 00:00:00 2001 From: Paul Weil Date: Tue, 3 Nov 2015 11:12:52 -0500 Subject: [PATCH] fix contrib doc --- CONTRIBUTING.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc index 12814a4aeab9..ec3b996e82aa 100644 --- a/CONTRIBUTING.adoc +++ b/CONTRIBUTING.adoc @@ -93,7 +93,7 @@ NOTE: Replace "linux/amd64" with the appropriate value for your platform/archite $ sudo chmod +r openshift.local.config/master/openshift-registry.kubeconfig $ sudo chmod +r openshift.local.config/master/admin.kubeconfig - $ oadm registry --create --credentials=openshift.local.config/master/openshift-registry.kubeconfig --config=openshift.local.config/master/admin.kubeconfig + $ ./oadm registry --create --credentials=openshift.local.config/master/openshift-registry.kubeconfig --config=openshift.local.config/master/admin.kubeconfig 11. If it is not there already, add the current directory to the $PATH, so you can leverage the OpenShift commands elsewhere.