Skip to content

Commit

Permalink
doc: Separate private pypi password with @ instead of slash (#2315)
Browse files Browse the repository at this point in the history
  • Loading branch information
FranzForstmayr authored Oct 13, 2023
1 parent 0173bde commit 45d1dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/usage/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ You can specify credentials in the URL with `${ENV_VAR}` variable expansion and
```toml
[[tool.pdm.source]]
name = "private"
url = "https://${PRIVATE_PYPI_USERNAME}:${PRIVATE_PYPI_PASSWORD}/private.pypi.org/simple"
url = "https://${PRIVATE_PYPI_USERNAME}:${PRIVATE_PYPI_PASSWORD}@private.pypi.org/simple"
```

### Configure HTTPS certificates
Expand Down

0 comments on commit 45d1dfa

Please sign in to comment.