Skip to content

Commit

Permalink
fix #9
Browse files Browse the repository at this point in the history
  • Loading branch information
ystyle committed Apr 19, 2018
1 parent 5204740 commit 710d545
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
)

const (
version = "2.0.0"
version = "2.0.2"
default_Originalpath = "http://7xo3cg.com1.z0.glb.clouddn.com/2.0/jdkdlindex.json"
)

Expand Down Expand Up @@ -162,7 +162,8 @@ 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)
fmt.Println()
} else {
fmt.Println("Could not download JDK " + v + " executable.")
}
Expand Down

0 comments on commit 710d545

Please sign in to comment.