From 2981def310ed14eb70c358fb1b010c5933839b72 Mon Sep 17 00:00:00 2001 From: ishitasequeira Date: Tue, 12 Mar 2024 16:16:24 -0400 Subject: [PATCH] update logs Signed-off-by: ishitasequeira --- cmd/argocd/commands/app.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/argocd/commands/app.go b/cmd/argocd/commands/app.go index 869a7be6b9aa3..3267ae6a8b032 100644 --- a/cmd/argocd/commands/app.go +++ b/cmd/argocd/commands/app.go @@ -773,7 +773,7 @@ func NewApplicationSetCommand(clientOpts *argocdclient.ClientOptions) *cobra.Com if app.Spec.HasMultipleSources() { if sourceIndex <= 0 { - errors.CheckError(fmt.Errorf("Source index should be specified and greater than or equal to 0 for applications with multiple sources")) + errors.CheckError(fmt.Errorf("Source index should be specified and greater than 0 for applications with multiple sources")) } if len(app.Spec.GetSources()) < sourceIndex { errors.CheckError(fmt.Errorf("Source index should be less than the number of sources in the application"))