Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update docs/repositories.md
  • Loading branch information
Secrus authored May 31, 2022
commit 9bb9bddb285bb76828e582e909b126abb12e012a
3 changes: 2 additions & 1 deletion docs/repositories.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ poetry config http-basic.foo <username> <password>
```

{{% warning %}}
Depending on your system's configuration, credentials might be saved in your command line history.
Depending on your system configuration, credentials might be saved in your command line history.
Many shells avoid saving command to history if it is prefixed by a space character. For more information, please refer to your shells manual.
{{% /warning %}}

Once this is done, you can add dependencies to your project from this source.
Expand Down