mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
fix pip quoting
This commit is contained in:
@@ -19,7 +19,7 @@ indent() {
|
||||
}
|
||||
|
||||
echo "-----> Installing dj-database-url..."
|
||||
pip install --use-mirrors dj-database-url>=0.2.0 | indent
|
||||
pip install --use-mirrors 'dj-database-url>=0.2.0' | indent
|
||||
|
||||
echo "-----> Injecting Django settings..."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user