Skip to content
Snippets Groups Projects
Commit 7c95b156 authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

fix syntax error

parent e05346e8
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment