Skip to content

Commit

Permalink
Merge pull request #18 from FeeJai/master
Browse files Browse the repository at this point in the history
Fix issue #17 - make it work on case sensitive file systems like on linux
  • Loading branch information
dzdidi authored Aug 3, 2016
2 parents 257619e + 246f66d commit 9c902df
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 9c902df

Please sign in to comment.