Skip to content

Commit

Permalink
Update internal/pkg/argocd/argocd.go
Browse files Browse the repository at this point in the history
Co-authored-by: Hannes Gustafsson <[email protected]>
  • Loading branch information
ashvarts and hnnsgstfssn authored Dec 4, 2024
1 parent fc2cf4d commit 9ce65b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/pkg/argocd/argocd.go
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ func generateDiffOfAComponent(ctx context.Context, commentDiff bool, componentPa
}

// GenerateDiffOfChangedComponents generates diff of changed components
func GenerateDiffOfChangedComponents(ctx context.Context, componentsToDiff map[string]bool, prBranch string, repo string, useSHALabelForArgoDicovery bool, createTempAppObjectFromNewApps bool) (hasComponentDiff bool, hasComponentDiffErrors bool, diffResults []DiffResult, err error) {
func GenerateDiffOfChangedComponents(ctx context.Context, componentsToDiff map[string]bool, prBranch string, repo string, useSHALabelForArgoDicovery bool, createTempAppObjectFromNewApps bool, argoClients argoCdClients) (hasComponentDiff bool, hasComponentDiffErrors bool, diffResults []DiffResult, err error) {
if err != nil {
log.Fatalf("error initializing argo clients: %v", err)
}
Expand Down

0 comments on commit 9ce65b5

Please sign in to comment.