From 572e58d64d9cba0e2f4231d63bc2617bf0f42885 Mon Sep 17 00:00:00 2001 From: Johannes Ibald Date: Wed, 4 Jun 2025 11:11:40 +0200 Subject: [PATCH] correct small typo Signed-off-by: Johannes Ibald Signed-off-by: S. M. Mohiuddin Khan Shiam <147746955+mohiuddin-khan-shiam@users.noreply.github.com> --- cmd/flux/bootstrap_gitlab.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/flux/bootstrap_gitlab.go b/cmd/flux/bootstrap_gitlab.go index 896bd392..9f4510ca 100644 --- a/cmd/flux/bootstrap_gitlab.go +++ b/cmd/flux/bootstrap_gitlab.go @@ -42,7 +42,7 @@ import ( var bootstrapGitLabCmd = &cobra.Command{ Use: "gitlab", Short: "Deploy Flux on a cluster connected to a GitLab repository", - Long: `The bootstrap gitlab command creates the GitLab repository if it doesn't exists and + Long: `The bootstrap gitlab command creates the GitLab repository if it doesn't exist and commits the Flux manifests to the specified branch. Then it configures the target cluster to synchronize with that repository. If the Flux components are present on the cluster,