From 5a971176d6a1af9f08de848755baf4a2b5c4e2a2 Mon Sep 17 00:00:00 2001 From: Michal Fojtik Date: Wed, 28 Jan 2015 09:21:38 +0100 Subject: [PATCH] Replace openshift cli with osc --- using_openshift/webhooks.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/using_openshift/webhooks.adoc b/using_openshift/webhooks.adoc index 40216e66dde8..78c2c749e31d 100644 --- a/using_openshift/webhooks.adoc +++ b/using_openshift/webhooks.adoc @@ -17,7 +17,7 @@ OpenShift builds can be triggered remotely using Webhooks. The following types o == Displaying a build configuration's Webhook URLs -Use the `openshift cli describe buildConfig [replaceable]##` command to display the Webhook URLs associated with a build configuration. If no Webhook URLs are displayed, it means that no Webhook trigger is defined for that build configuration. +Use the `osc describe buildConfig [replaceable]##` command to display the Webhook URLs associated with a build configuration. If no Webhook URLs are displayed, it means that no Webhook trigger is defined for that build configuration. == Using Github Webhooks