From 8c9dde20797f2d945c6dc528dde6b5eda82a5b1b Mon Sep 17 00:00:00 2001 From: Monica Wilkinson Date: Mon, 30 Dec 2013 12:41:14 -0800 Subject: [PATCH] Under config is a more normal location #30 --- newrelic_resque_agent/bin/newrelic_resque_agent | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newrelic_resque_agent/bin/newrelic_resque_agent b/newrelic_resque_agent/bin/newrelic_resque_agent index 8f7dbc7..db47460 100755 --- a/newrelic_resque_agent/bin/newrelic_resque_agent +++ b/newrelic_resque_agent/bin/newrelic_resque_agent @@ -5,7 +5,7 @@ $LOAD_PATH.unshift File.expand_path "../../lib", __FILE__ require "newrelic_resque_agent" require 'optparse' -CONFIG_PATH = ENV['NEWRELIC_RESQUE_AGENT_FILE'] || "config/newrelic_resque_agent.yml" +CONFIG_PATH = ENV['NEWRELIC_RESQUE_AGENT_FILE'].presence || "config/newrelic_resque_agent.yml" NewRelic::Plugin::Config.config_file = CONFIG_PATH