From 6fe4034d8700936bbd597b623d547dbea2a18a67 Mon Sep 17 00:00:00 2001 From: Kevin Jones Date: Wed, 30 Sep 2020 22:44:10 -0400 Subject: [PATCH] Fix missing command in helm search statement --- .../tasks/service-catalog/install-service-catalog-using-helm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/service-catalog/install-service-catalog-using-helm.md b/content/en/docs/tasks/service-catalog/install-service-catalog-using-helm.md index 95213176bf..d558a271ad 100644 --- a/content/en/docs/tasks/service-catalog/install-service-catalog-using-helm.md +++ b/content/en/docs/tasks/service-catalog/install-service-catalog-using-helm.md @@ -39,7 +39,7 @@ helm repo add svc-cat https://svc-catalog-charts.storage.googleapis.com Check to make sure that it installed successfully by executing the following command: ```shell -helm search service-catalog +helm search repo service-catalog ``` If the installation was successful, the command should output the following: