From d7bae750b25dfec11e39a0c62a15c36716bccb3a Mon Sep 17 00:00:00 2001 From: Andrew Stanton-Nurse Date: Wed, 11 Nov 2015 15:07:56 -0800 Subject: [PATCH] how do I bash? --- scripts/publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/publish.sh b/scripts/publish.sh index 9b8460ba0..3022162b3 100755 --- a/scripts/publish.sh +++ b/scripts/publish.sh @@ -144,7 +144,7 @@ upload_binaries_to_blob_storage(){ update_file_in_blob_storage $index_URL $indexfile $indexContent # update the version file - local versionContent = $(cat $REPOROOT/artifacts/$RID/stage2/.version) + local versionContent=$(cat $REPOROOT/artifacts/$RID/stage2/.version) local versionfile="latest.$OSNAME.version" local version_URL="https://$STORAGE_ACCOUNT.blob.core.windows.net/$STORAGE_CONTAINER/$CHANNEL/dnvm/$versionfile$SASTOKEN" update_file_in_blob_storage $version_URL $versionfile $versionContent