Skip to content

Commit 56a4d9b

Browse files
authored
Merge pull request #24293 from kjw3/patch-1
Fix missing command in helm search statement
2 parents 0d76301 + 6fe4034 commit 56a4d9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/service-catalog/install-service-catalog-using-helm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ helm repo add svc-cat https://svc-catalog-charts.storage.googleapis.com
3939
Check to make sure that it installed successfully by executing the following command:
4040

4141
```shell
42-
helm search service-catalog
42+
helm search repo service-catalog
4343
```
4444

4545
If the installation was successful, the command should output the following:

0 commit comments

Comments
 (0)