Skip to content

Commit

Permalink
win -> windows
Browse files Browse the repository at this point in the history
  • Loading branch information
xalanq committed Feb 27, 2020
1 parent d63dd67 commit 8c4f96a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func getLatest() (version, note, ptime, url string, size uint, err error) {
case "linux":
goos = "linux"
case "windows":
goos = "win"
goos = "windows"
default:
err = fmt.Errorf("Not support %v", runtime.GOOS)
return
Expand Down

0 comments on commit 8c4f96a

Please sign in to comment.