Skip to content

Commit

Permalink
changes relative path to absolute path
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens committed Jan 21, 2012
1 parent e663f44 commit ff04612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion certified.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
alias _use_ssl= use_ssl=

def use_ssl= boolean
self.ca_file = './certs/ca-bundle.crt'
self.ca_file = "#{File.dirname(__FILE__)}/certs/ca-bundle.crt"
self.verify_mode = OpenSSL::SSL::VERIFY_PEER
self._use_ssl = boolean
end
Expand Down

0 comments on commit ff04612

Please sign in to comment.