Use atom-shell 23dd5b4da8

The release past this build is causing issues with async callbacks
not firing.
This commit is contained in:
Kevin Sawicki
2013-07-16 09:48:15 -07:00
parent 9d733a2da9
commit 17cecda23e
2 changed files with 1 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ cd "$(dirname "${BASH_SOURCE[0]}" )/.."
TARGET=${1:-atom-shell}
DISTURL="https://gh-contractor-zcbenz.s3.amazonaws.com/atom-shell"
CURRENT_VERSION=$(cat "${TARGET}/version" 2>&1)
LATEST_VERSION=$(curl -fsSkL $DISTURL/version)
LATEST_VERSION=23dd5b4da8019d37eb0d4992d933f1351ece5a59
if [ -z "${LATEST_VERSION}" ] ; then
echo "Could determine lastest version of atom-shell" >&2