mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
fix syntax error
This commit is contained in:
+1
-1
@@ -159,7 +159,7 @@ source $BIN_DIR/steps/python
|
||||
source $BIN_DIR/steps/setuptools
|
||||
|
||||
# If no requirements.txt file given, assume `setup.py develop` is intended.
|
||||
if [ ! -f requirements.txt ] && [! -f Pipfile ]; then
|
||||
if [ ! -f requirements.txt ] && [ ! -f Pipfile ]; then
|
||||
echo "-e ." > requirements.txt
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user