Skip to content

Commit

Permalink
doc: typo of BasicHTTP result in json decode error (#1007)
Browse files Browse the repository at this point in the history
  • Loading branch information
TTTPOB authored Aug 5, 2024
1 parent 2eb7ccf commit 7817d75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/authentication_and_upload.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ point to a JSON file with the following structure:
"BearerToken": "your_token"
},
"otherhost.com": {
"BasicHttp": {
"BasicHTTP": {
"username": "your_username",
"password": "your_password"
}
Expand All @@ -32,7 +32,7 @@ The following known authentication methods are supported:

- `BearerToken`: prefix.dev
- `CondaToken`: anaconda.org, quetz
- `BasicHttp`: artifactory
- `BasicHTTP`: artifactory

## Uploading packages

Expand Down

0 comments on commit 7817d75

Please sign in to comment.