From c6aba865d4b381285ba5142ef7d083eff2d3cbd1 Mon Sep 17 00:00:00 2001 From: Greg Fodor <gfodor@gmail.com> Date: Thu, 12 Jul 2018 23:34:40 +0000 Subject: [PATCH] Fix --- scripts/hab-build-and-push.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/hab-build-and-push.sh b/scripts/hab-build-and-push.sh index 379454a0f..7569ff059 100755 --- a/scripts/hab-build-and-push.sh +++ b/scripts/hab-build-and-push.sh @@ -2,7 +2,7 @@ export BASE_ASSETS_PATH=$1 export ASSET_BUNDLE_SERVER=$2 -export TARGET_S3_PATH=$2 +export TARGET_S3_PATH=$3 # To build + push to S3 run: # hab studio run "bash scripts/hab-build-and-push.sh" -- GitLab