Skip to content

Commit

Permalink
fix installation script (update artifact format). Closes #409 (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
mthenw committed Apr 23, 2018
1 parent 10ba8a1 commit 2a71365
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ EOF
OWNER=serverless
REPO=event-gateway
BINARY=event-gateway
FORMAT=tar.gz
FORMAT=zip
OS=$(uname_os)
ARCH=$(uname_arch)
PREFIX="$OWNER/$REPO"
Expand All @@ -298,7 +298,7 @@ echo "$PREFIX: found version ${VERSION} for ${OS}/${ARCH}"
NAME=${BINARY}_${VERSION}_${OS}_${ARCH}
TARBALL=${NAME}.${FORMAT}
TARBALL_URL=${GITHUB_DOWNLOAD}/${VERSION}/${TARBALL}
CHECKSUM=${BINARY}_checksums.txt
CHECKSUM=${BINARY}_${VERSION}_checksums.txt
CHECKSUM_URL=${GITHUB_DOWNLOAD}/${VERSION}/${CHECKSUM}

# Adjust binary name if windows
Expand Down

0 comments on commit 2a71365

Please sign in to comment.