From 9d20adca1a2d0674f0d51bed22d3d5fd4ec89ca4 Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.org>
Date: Tue, 5 May 2015 18:09:45 -0700
Subject: [PATCH] env

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

diff --git a/bin/compile b/bin/compile
index ae850e5d..d57a2f48 100755
--- a/bin/compile
+++ b/bin/compile
@@ -92,7 +92,7 @@ if [ ! -f requirements.txt ]; then
   echo "-e ." > requirements.txt
 fi
 
-ls
+env
 
 # Sticky runtimes.
 if [ -f $CACHE_DIR/.heroku/python-version ]; then
-- 
GitLab