diff options
author | Willem Bonthuis <willem.bonthuis@takeaway.com> | 2016-08-15 14:48:40 +0200 |
---|---|---|
committer | Willem Bonthuis <willem.bonthuis@takeaway.com> | 2016-08-15 14:48:40 +0200 |
commit | 6001870c233c50e65032f8f65d0ddb2742135490 (patch) | |
tree | 07ca76dac57676391e95b39eb9a8603ead7960c6 | |
parent | 68e094ba7ab83fe5ee58154d2679b77a2ba86c60 (diff) |
Basic HTTP auth requires user and pass, example doesn't match with line 31 of http.rb.
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -422,6 +422,8 @@ source: url: https://url/api scheme: https delimiter: !ruby/regexp /:/ + user: username + pass: password map: name: hostname model: os |