remove "list" operation from "delete -r" command
This commit is contained in:
parent
6ac8a0ad88
commit
d23eca8c5f
1 changed files with 1 additions and 1 deletions
|
|
@ -191,7 +191,7 @@ func deleteByRepo(log *output.Logger, repo string, force bool) error {
|
|||
return err
|
||||
}
|
||||
|
||||
return list(&listOptions{})
|
||||
return nil
|
||||
}
|
||||
|
||||
func confirmDeletion(codespace *api.Codespace, force bool) (bool, error) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue