Skip to content

Commit

Permalink
Adjusted tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Kleeschulte committed Jun 27, 2016
1 parent e5e9d60 commit f15460a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/download
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ platform=`uname -a | awk '{print tolower($1)}'`
arch=`uname -m`
version="0.12.1"
url="https://github.com/bitpay/bitcoin/releases/download"
tag="v0.12.1-bitcore-rc1"
tag="v0.12.1-bitcore"

if [ "${platform}" == "linux" ]; then
if [ "${arch}" == "x86_64" ]; then
Expand Down

0 comments on commit f15460a

Please sign in to comment.