diff --git a/cmd/argocd/commands/project_role.go b/cmd/argocd/commands/project_role.go index e261006c0a6e1..ecc7d670ce42e 100644 --- a/cmd/argocd/commands/project_role.go +++ b/cmd/argocd/commands/project_role.go @@ -181,7 +181,7 @@ func NewProjectRoleDeleteCommand(clientOpts *argocdclient.ClientOptions) *cobra. # Delete a project role from the "my-project" project with the name "my-role". argocd proj role delete my-project my-role `), - + Run: func(c *cobra.Command, args []string) { ctx := c.Context()