2
0
mirror of https://github.com/status-im/realm-js.git synced 2025-01-13 15:54:59 +00:00

update download core script

This commit is contained in:
Ari Lazier 2016-05-05 13:15:28 -07:00
parent 54fede2715
commit 047c414e59

@ -3,7 +3,7 @@
set -e set -e
set -o pipefail set -o pipefail
: ${REALM_CORE_VERSION:=0.97.1} # set to "current" to always use the current build : ${REALM_CORE_VERSION:=0.100.1} # set to "current" to always use the current build
# Start current working directory at the root of the project. # Start current working directory at the root of the project.
cd "$(dirname "$0")/.." cd "$(dirname "$0")/.."