Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into fixwsroutes
  • Loading branch information
kylecarbs committed Jun 3, 2022
commit 12b6c735f61fe79c5b56bc81a367df093d536b33
6 changes: 1 addition & 5 deletions cli/delete.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,7 @@ func delete() *cobra.Command {
if err != nil {
return err
}
organization, err := currentOrganization(cmd, client)
if err != nil {
return err
}
workspace, err := client.WorkspaceByOwnerAndName(cmd.Context(), organization.ID, codersdk.Me, args[0])
workspace, err := client.WorkspaceByOwnerAndName(cmd.Context(), codersdk.Me, args[0])
if err != nil {
return err
}
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.