Use the correct extension for the non-node core download

This commit is contained in:
Thomas Goyne 2016-07-18 15:09:44 -07:00
parent 88b3be3e30
commit 6a2e86cf93

View File

@ -22,7 +22,7 @@ if [ "$1" = 'node' ]; then
fi
else
CORE_DIR='core'
CORE_DOWNLOAD_FILE="realm-core-$REALM_CORE_VERSION.tar.bz2"
CORE_DOWNLOAD_FILE="realm-core-$REALM_CORE_VERSION.tar.xz"
fi
# Start current working directory at the root of the project.