Skip to content

Commit

Permalink
Fixed info message that was prompting wrong jvms option after install…
Browse files Browse the repository at this point in the history
…ing new a jdk release
  • Loading branch information
MaciejDobrowolski committed Mar 5, 2019
1 parent bc970eb commit b617def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ func commands() []cli.Command {
// may consider keep the temp files here
os.RemoveAll(jdktempfile)

fmt.Println("Installation complete. If you want to use this version, type\n\njvms use", v)
fmt.Println("Installation complete. If you want to use this version, type\n\njvms switch", v)
} else {
fmt.Println("Could not download JDK " + v + " executable.")
}
Expand Down

0 comments on commit b617def

Please sign in to comment.