Skip to content

Commit

Permalink
Fix get.sh to support go-releaser checksum filename (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdmanv authored and mergify[bot] committed Nov 6, 2019
1 parent a5f0bd5 commit 2123c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/get.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ downloadFile() {

local release_url="${RELEASES_URL}/download/${version}"
local kanister_dist="${DIST_NAME}_${version}_${OS}_${ARCH}.tar.gz"
local kanister_checksum="${DIST_NAME}_${version}_checksums.txt"
local kanister_checksum="checksums.txt"

local download_url="${release_url}/${kanister_dist}"
local checksum_url="${release_url}/${kanister_checksum}"
Expand Down

0 comments on commit 2123c79

Please sign in to comment.