Skip to content

Commit

Permalink
Update lib/couchbase-orm/connection.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
CedricCouton authored Sep 8, 2022
1 parent 922dbb8 commit ae20d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/couchbase-orm/connection.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module CouchbaseOrm
class Connection

def self.config
@@config || raise(CouchbaseOrm::Error, 'Missing CouchbaseOrm connection config')
@config || raise(CouchbaseOrm::Error, 'Missing CouchbaseOrm connection config')
end

def self.config=(config)
Expand Down

0 comments on commit ae20d01

Please sign in to comment.