Skip to content

Commit

Permalink
incorrectly worded error message form argocd-update is changed
Browse files Browse the repository at this point in the history
Signed-off-by: Rohan <[email protected]>
  • Loading branch information
RohanMishra315 committed Dec 24, 2024
1 parent 011f87a commit 0d63f57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/directives/argocd_updater.go
Original file line number Diff line number Diff line change
Expand Up @@ -388,8 +388,8 @@ func (a *argocdUpdater) mustPerformUpdate(
// NB: We return the current phase here because we want the caller
// to know that an operation is still running.
return status.Phase, false, fmt.Errorf(
"current operation was not initiated by %q and not by %q: waiting for operation to complete",
applicationOperationInitiator, status.Operation.InitiatedBy.Username,
"current operation was initiated by %q and not by %q: waiting for operation to complete",
status.Operation.InitiatedBy.Username, applicationOperationInitiator,
)
}
// Initiate our own operation.
Expand Down

0 comments on commit 0d63f57

Please sign in to comment.