Skip to content

Commit

Permalink
Merge pull request #12 from MaciejDobrowolski/new
Browse files Browse the repository at this point in the history
Fixed info message that was prompting wrong jvms option after install…
  • Loading branch information
ystyle authored Mar 13, 2019
2 parents bc970eb + b617def commit e4a3461
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 e4a3461

Please sign in to comment.