fix pip quoting

This commit is contained in:
Kenneth Reitz
2012-05-31 20:24:35 -04:00
parent 580a662f36
commit c3866f80b6
+1 -1
View File
@@ -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..."