removed setEventLogPath for stop process
parent
35048f97da
commit
bfd2da1b65
|
@ -65,7 +65,6 @@ func init() {
|
|||
// runStop handles the executes the flow of "minikube stop"
|
||||
func runStop(cmd *cobra.Command, args []string) {
|
||||
out.SetJSON(outputFormat == "json")
|
||||
register.SetEventLogPath(localpath.EventLog(ClusterFlagValue()))
|
||||
register.Reg.SetStep(register.Stopping)
|
||||
|
||||
// new code
|
||||
|
|
Loading…
Reference in New Issue