Commit c3866f80 authored by Kenneth Reitz's avatar Kenneth Reitz

fix pip quoting

parent 580a662f
......@@ -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..."
......
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