Skip to content

Commit

Permalink
Fix require path to downcase
Browse files Browse the repository at this point in the history
  • Loading branch information
elct9620 committed May 12, 2017
1 parent bde9997 commit 0fd4a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/letsencrypt.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
require 'openssl'
require 'acme-client'
require 'redis'
require 'letsEncrypt/railtie'
require 'letsencrypt/railtie'
require 'letsencrypt/engine'
require 'letsencrypt/configuration'
require 'letsencrypt/logger_proxy'
Expand Down

0 comments on commit 0fd4a9f

Please sign in to comment.