lib/pagerduty_tools/campfire.rb in pagerduty_tools-0.3.7 vs lib/pagerduty_tools/campfire.rb in pagerduty_tools-0.3.8

- old
+ new

@@ -32,10 +32,10 @@ require 'nokogiri' require 'uri' require 'yaml' CONFIG_FILE = "~/.pagerduty-campfire.yaml" -CA_FILE = "#{File.dirname(__FILE__)}/cacert.pem" +CA_FILE = "#{File.dirname(__FILE__)}/../cacert.pem" module Campfire class Bot def initialize # TODO: make sure that the file is there and that all the keys are, too.