Skip to content

Commit cd4a83a

Browse files
committed
Update client.rb
1 parent 17ba001 commit cd4a83a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/messagebird/client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Client
2121
attr_reader :access_key
2222

2323
def initialize(access_key = nil)
24-
@access_key = access_key || ENV['MESSAGE_BIRD_ACCESS_KEY']
24+
@access_key = access_key || ENV['MESSAGEBIRD_ACCESS_KEY']
2525
end
2626

2727
def request(method, path, params={})

0 commit comments

Comments
 (0)