1
0
Fork 0

Merge pull request #3567 from tomzx/patch-1

Minor fix to the HTTP Basic Authentication documentation
pull/3571/head
Jordi Boggiano 2014-12-18 10:37:32 +00:00
commit a422d67e27
1 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ username/password pairs, for example:
```json
{
"basic-auth": [
"basic-auth": {
"repo.example1.org": {
"username": "my-username1",
"password": "my-secret-password1"
@ -49,7 +49,7 @@ username/password pairs, for example:
"username": "my-username2",
"password": "my-secret-password2"
}
]
}
}
```