Skip to content

Commit

Permalink
Fix case sensitivity issue
Browse files Browse the repository at this point in the history
  • Loading branch information
FeeJai authored Aug 2, 2016
1 parent 257619e commit 246f66d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/figo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

# Ruby bindings for the figo Connect API: http://developer.figo.me
module Figo
$config = YAML.load_file(File.join(__dir__, '../CONFIG.yml'))
$config = YAML.load_file(File.join(__dir__, '../config.yml'))
$api_endpoint = $config["API_ENDPOINT"]
$valid_fingerprints = $config["FINGER_PRINTS"]

Expand Down

0 comments on commit 246f66d

Please sign in to comment.