Skip to content

Commit c456d56

Browse files
committed
cogs: Parse couchdb credentials
1 parent 329e8b1 commit c456d56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cogs/couchdb_doc_updater.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class CouchdbDocUpdater
1010

1111
def initialize(path, uri, credentials)
1212
@db = Analysand::Database.new(uri)
13-
@credentials = credentials
13+
@credentials = parse_credentials(credentials)
1414
@path = path
1515

1616
Dir.foreach(@path) do |filename|

0 commit comments

Comments
 (0)