Skip to content

Commit bfb0b27

Browse files
committed
update docs
Signed-off-by: Miguel Martinez <miguel@chainloop.dev>
1 parent 2f09d34 commit bfb0b27

3 files changed

Lines changed: 2 additions & 885 deletions

File tree

app/cli/cmd/organization_delete.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ func newOrganizationDeleteCmd() *cobra.Command {
5656
cmd.Flags().StringVar(&orgName, "name", "", "organization name")
5757
cobra.CheckErr(cmd.MarkFlagRequired("name"))
5858
return cmd
59-
}
59+
}

app/cli/internal/action/organization_delete.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ func (action *OrganizationDelete) Run(ctx context.Context, orgName string) error
3333
client := pb.NewOrganizationServiceClient(action.cfg.CPConnection)
3434
_, err := client.Delete(ctx, &pb.OrganizationServiceDeleteRequest{Name: orgName})
3535
return err
36-
}
36+
}

0 commit comments

Comments
 (0)