Fixes formatting

This commit is contained in:
Doc Developer
2019-07-11 21:28:20 +02:00
committed by GitHub
parent 065ebdbe8e
commit d503c496b7
+1 -1
View File
@@ -71,7 +71,7 @@ Luckily - pipenv will hash your Pipfile *before* expanding environment
variables (and, helpfully, will substitute the environment variables again when
you install from the lock file - so no need to commit any secrets! Woo!)
If your credentials contain a special character, surround the references to the environment variables with quotation marks. For example, if your password contain a double quotation mark, surround the password variable with single quotation marks. Otherwise, you may get a `ValueError, "No closing quotation"` error while installing dependencies.
If your credentials contain a special character, surround the references to the environment variables with quotation marks. For example, if your password contain a double quotation mark, surround the password variable with single quotation marks. Otherwise, you may get a ``ValueError, "No closing quotation"`` error while installing dependencies. ::
[[source]]
url = "https://$USERNAME:'${PASSWORD}'@mypypi.example.com/simple"