Skip to content

Commit

Permalink
s/linux/Linux/
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeken committed Sep 8, 2020
1 parent a8260db commit 452a277
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install-via-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,15 @@ URL=
BASE_URL="https://github.com/nabeken/go-github-apps/releases/download/${VERSION}"

case "$(uname -s)" in
linux)
Linux)
URL="${BASE_URL}/go-github-apps_${VERSION#v}_linux_amd64.tar.gz"
;;
Darwin)
URL="${BASE_URL}/go-github-apps_${VERSION#v}_darwin_amd64.tar.gz"
;;
*)
echo "Currently $(uname -s) isn't supported. PR is welcome." >&2
exit 1
;;
esac

Expand Down

0 comments on commit 452a277

Please sign in to comment.