From 99888d91f8ca7650a548103912b8a61a802fc973 Mon Sep 17 00:00:00 2001 From: nicholaskuechler Date: Mon, 8 Apr 2024 13:27:19 -0500 Subject: [PATCH] fix: fix small typo --- docs/gitops-install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gitops-install.md b/docs/gitops-install.md index 905ee9257..18597fd70 100644 --- a/docs/gitops-install.md +++ b/docs/gitops-install.md @@ -147,7 +147,7 @@ If you do not have ArgoCD deployed then you can use the following: ```bash kubectl kustomize --enable-helm \ - https://github.com/rackerlabs/understack//bootstrap/argocd/ \ + https://github.com/rackerlabs/understack/bootstrap/argocd/ \ | kubectl apply -f - ```