From bbbadc83e40d8d3e1b331175d35555f8c18a98e6 Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.org>
Date: Wed, 2 Nov 2016 14:06:50 -0400
Subject: [PATCH] is /app

---
 bin/compile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/compile b/bin/compile
index 82ed7a5b..f700ed1a 100755
--- a/bin/compile
+++ b/bin/compile
@@ -54,7 +54,7 @@ export PATH=$PATH:$ROOT_DIR/vendor/pip-pop
 [ ! "$SLUG_ID" ] && SLUG_ID="defaultslug"
 [ ! "$REQUEST_ID" ] && REQUEST_ID=$SLUG_ID
 [ ! "$STACK" ] && STACK=$DEFAULT_PYTHON_STACK
-[[ $BUILD_DIR != "/app" ]] && SKIP_MOVE_BUILD=$1
+[[ $BUILD_DIR == "/app" ]] && SKIP_MOVE_BUILD=$1
 
 echo $SKIP_MOVE_BUILD
 echo $BUILD_DIR
-- 
GitLab