Commit 25e134d0 authored by Noah Zoschke's avatar Noah Zoschke

Merge pull request #10 from lstoll/master

Django app Procfile generation broken
parents 743effb5 3b0a8bdd
......@@ -17,7 +17,7 @@ EOF
[ "$NAME" = "Python/Django" ] || exit 0
SETTINGS_FILE=$(ls $BUILD_DIR/**/settings.py | head -1)
SETTINGS_FILE=$(cd $BUILD_DIR && ls **/settings.py | head -1)
PROJECT=$(dirname $SETTINGS_FILE)
cat <<EOF
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment