Skip to content
This repository has been archived by the owner on Apr 19, 2018. It is now read-only.

Commit

Permalink
pass the new envfile argument to compile
Browse files Browse the repository at this point in the history
  • Loading branch information
zeke committed Dec 13, 2013
1 parent 270560e commit 1fda3b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/compile
Expand Up @@ -45,7 +45,7 @@ for BUILDPACK in $(cat $1/.buildpacks); do

if [ $? == 0 ]; then
echo "=====> Detected Framework: $framework"
$dir/bin/compile $1 $2
$dir/bin/compile $1 $2 $3

if [ $? != 0 ]; then
exit 1
Expand Down

0 comments on commit 1fda3b6

Please sign in to comment.