Skip to content

Commit

Permalink
improved func comment
Browse files Browse the repository at this point in the history
  • Loading branch information
spowelljr committed Feb 23, 2021
1 parent 7098409 commit f0902d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/minikube/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ func setFlags() {
}
}

// setLastStartFlags sets the log_file & log_dir flags if start command and no flags provided.
// setLastStartFlags sets the log_file flag to lastStart.txt if start command and user doesn't specify log_file or log_dir flags.
func setLastStartFlags() {
if os.Args[1] != "start" {
return
Expand Down

0 comments on commit f0902d4

Please sign in to comment.