Skip to content

Commit

Permalink
fix error message
Browse files Browse the repository at this point in the history
  • Loading branch information
pasha-codefresh committed Oct 30, 2024
1 parent 5446d04 commit 66dc000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ func (m *appStateManager) GetRepoObjs(app *v1alpha1.Application, sources []v1alp
HasMultipleSources: app.Spec.HasMultipleSources(),
})
if err != nil {
logCtx.Warnf("failed to generate manifest for source %d of %d: %v", i+1, len(sources), err)
logCtx.Warnf("failed to compare revisions for source %d of %d: %v", i+1, len(sources), err)
}

if updateRevisionResult != nil {
Expand Down

0 comments on commit 66dc000

Please sign in to comment.