Skip to content

Commit

Permalink
Rebase conflict resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
anujc25 committed Apr 9, 2024
1 parent 8651542 commit 58effbc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pkg/command/context.go
Original file line number Diff line number Diff line change
Expand Up @@ -1114,11 +1114,6 @@ func deleteCtx(_ *cobra.Command, args []string) error {
}
}

ctx, err = config.GetContext(name)
if err != nil {
return err
}

err = config.RemoveContext(name)
if err != nil {
return err
Expand Down

0 comments on commit 58effbc

Please sign in to comment.