Skip to content

Commit

Permalink
Merge pull request #9321 from loftkun/removing-duplicate-command-addi…
Browse files Browse the repository at this point in the history
…tions

Remove duplicate command additions
  • Loading branch information
sharifelgamal authored Sep 25, 2020
2 parents fb878f6 + 7a2cd0f commit 11cad2b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion cmd/minikube/cmd/delete.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ func init() {
if err := viper.BindPFlags(deleteCmd.Flags()); err != nil {
exit.Error(reason.InternalBindFlags, "unable to bind flags", err)
}
RootCmd.AddCommand(deleteCmd)
}

// shotgun cleanup to delete orphaned docker container data
Expand Down
2 changes: 0 additions & 2 deletions cmd/minikube/cmd/stop.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ func init() {
if err := viper.GetViper().BindPFlags(stopCmd.Flags()); err != nil {
exit.Error(reason.InternalFlagsBind, "unable to bind flags", err)
}

RootCmd.AddCommand(stopCmd)
}

// runStop handles the executes the flow of "minikube stop"
Expand Down

0 comments on commit 11cad2b

Please sign in to comment.