Skip to content

Commit

Permalink
cogs: Parse couchdb credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
iakat committed Sep 3, 2024
1 parent 329e8b1 commit c456d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/couchdb_doc_updater.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class CouchdbDocUpdater

def initialize(path, uri, credentials)
@db = Analysand::Database.new(uri)
@credentials = credentials
@credentials = parse_credentials(credentials)
@path = path

Dir.foreach(@path) do |filename|
Expand Down

0 comments on commit c456d56

Please sign in to comment.