Skip to content

Commit

Permalink
fix the typo (argoproj#17116)
Browse files Browse the repository at this point in the history
  • Loading branch information
soravkumarsharma authored and clement-heetch committed Feb 12, 2024
1 parent ed13f52 commit c66e97f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller/sync.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ func (m *appStateManager) SyncAppState(app *v1alpha1.Application, state *v1alpha
if syncOp.SyncOptions.HasOption("FailOnSharedResource=true") &&
hasSharedResource {
state.Phase = common.OperationFailed
state.Message = fmt.Sprintf("Shared resouce found: %s", sharedResourceMessage)
state.Message = fmt.Sprintf("Shared resource found: %s", sharedResourceMessage)
return
}

Expand Down

0 comments on commit c66e97f

Please sign in to comment.