From 349401926583e5a06cc2f94e490af2b1e67712e2 Mon Sep 17 00:00:00 2001 From: Andre Browne <42154231+andrebrowne@users.noreply.github.com> Date: Wed, 25 Sep 2024 17:36:50 -0400 Subject: [PATCH] Fix typo in sample CLI command --- docs/GettingStarted/HelmSetup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/GettingStarted/HelmSetup.md b/docs/GettingStarted/HelmSetup.md index 290d8cc530a..d1b09dedf1e 100644 --- a/docs/GettingStarted/HelmSetup.md +++ b/docs/GettingStarted/HelmSetup.md @@ -45,7 +45,7 @@ To install the chart with release name `devlake`,follow these steps: ```shell helm repo add devlake https://apache.github.io/incubator-devlake-helm-chart helm repo update - helm install devlake devlake/devlake --version=1.0-beta1--set lake.encryptionSecret.secret=$ENCRYPTION_SECRET + helm install devlake devlake/devlake --version=1.0-beta1 --set lake.encryptionSecret.secret=$ENCRYPTION_SECRET ``` And visit your devlake from the node port (32001 by default).