Skip to content

Commit 61bdc00

Browse files
committed
fixed merge bug (that caused an e2e failure)
1 parent 7e984fe commit 61bdc00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/argocd/commands/app.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1171,7 +1171,7 @@ func getLocalObjectsString(ctx context.Context, app *argoappv1.Application, proj
11711171
ProjectName: proj.Name,
11721172
ProjectSourceRepos: proj.Spec.SourceRepos,
11731173
AnnotationManifestGeneratePaths: app.GetAnnotation(argoappv1.AnnotationKeyManifestGeneratePaths),
1174-
}, false, nil, true, &git.NoopCredsStore{}, nil, resource.MustParse("0"), nil, nil)
1174+
}, false, nil, true, &git.NoopCredsStore{}, nil, resource.MustParse("0"), nil)
11751175
errors.CheckError(err)
11761176

11771177
return res.GetCompiledManifests()

0 commit comments

Comments
 (0)