From c63653ba4c1c97ebbb96fa7c5dbd315e2d5e3d10 Mon Sep 17 00:00:00 2001
From: Greg Fodor <gfodor@gmail.com>
Date: Thu, 12 Jul 2018 23:29:01 +0000
Subject: [PATCH] Missing var

---
 scripts/hab-build-and-push.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/hab-build-and-push.sh b/scripts/hab-build-and-push.sh
index fd3a4e9a6..19ca48e43 100755
--- a/scripts/hab-build-and-push.sh
+++ b/scripts/hab-build-and-push.sh
@@ -2,6 +2,7 @@
 
 export BASE_ASSETS_PATH=$1
 export ASSET_BUNDLE_SERVER=$2
+export TARGET_S3_PATH=$2
 
 # To build + push to S3 run:
 # hab studio run "bash scripts/hab-build-and-push.sh"
-- 
GitLab