Skip to content

Commit

Permalink
fix(promo): Argo CD Application not found err fmt (#2051)
Browse files Browse the repository at this point in the history
Signed-off-by: Hidde Beydals <[email protected]>
  • Loading branch information
hiddeco authored May 22, 2024
1 parent 8cc7e0e commit da05fa7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internal/controller/promotion/argocd.go
Original file line number Diff line number Diff line change
Expand Up @@ -184,10 +184,9 @@ func (a *argoCDMechanism) mustPerformUpdate(
}
if app == nil {
return "", false, fmt.Errorf(
"unable to find Argo CD Application %q in namespace %q: %w",
"unable to find Argo CD Application %q in namespace %q",
update.AppName,
namespace,
err,
)
}

Expand Down

0 comments on commit da05fa7

Please sign in to comment.