Skip to content

Commit

Permalink
Fix #11 update command binary name.
Browse files Browse the repository at this point in the history
  • Loading branch information
iurisilvio committed Sep 27, 2017
1 parent bcb6b84 commit 5d47952
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions update.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ import (
)

const (
macDownload = "parse"
windowsDownload = "parse.exe"
linuxDownload = "parse_linux"
linuxArmDownload = "parse_linux_arm"
macDownload = "b4a"
windowsDownload = "b4a.exe"
linuxDownload = "b4a_linux"
linuxArmDownload = "b4a_linux_arm"
downloadURLFormat = "https://github.com/back4app/parse-cli/releases/download/release_%s/%s"
)

Expand Down

0 comments on commit 5d47952

Please sign in to comment.