Skip to content

Commit

Permalink
Linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Oded-B committed Jun 28, 2024
1 parent d22f30a commit 26ad53a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/pkg/argocd/argocd.go
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,6 @@ func SetArgoCDAppRevision(ctx context.Context, componentPath string, revision st
Spec: &foundApp.Spec,
AppNamespace: &foundApp.Namespace,
})

if err != nil {
return fmt.Errorf("Error setting app %s revision to %s failed: %v", foundApp.Name, revision, err)
}
Expand Down

0 comments on commit 26ad53a

Please sign in to comment.