We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 329e8b1 commit c456d56Copy full SHA for c456d56
cogs/couchdb_doc_updater.rb
@@ -10,7 +10,7 @@ class CouchdbDocUpdater
10
11
def initialize(path, uri, credentials)
12
@db = Analysand::Database.new(uri)
13
- @credentials = credentials
+ @credentials = parse_credentials(credentials)
14
@path = path
15
16
Dir.foreach(@path) do |filename|
0 commit comments