summaryrefslogtreecommitdiff
path: root/lib/chef/run_list
diff options
context:
space:
mode:
authordanielsdeleo <dan@opscode.com>2013-05-10 12:22:23 -0700
committerdanielsdeleo <dan@opscode.com>2013-05-10 12:23:24 -0700
commitf6b8642d396e18b762721e7334f399ca90108461 (patch)
tree9822c52804dade71388072a070f54549c524c2c4 /lib/chef/run_list
parentcba4cccb2d12283f8e39a23bc92c8e925f3ec8ee (diff)
downloadchef-f6b8642d396e18b762721e7334f399ca90108461.tar.gz
[CHEF-4176] remove unneeded aliases for chef_server_url
Diffstat (limited to 'lib/chef/run_list')
-rw-r--r--lib/chef/run_list/run_list_expansion.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/run_list/run_list_expansion.rb b/lib/chef/run_list/run_list_expansion.rb
index 7b8108a2d4..73665f39e7 100644
--- a/lib/chef/run_list/run_list_expansion.rb
+++ b/lib/chef/run_list/run_list_expansion.rb
@@ -173,7 +173,7 @@ class Chef
class RunListExpansionFromAPI < RunListExpansion
def rest
- @rest ||= (source || Chef::REST.new(Chef::Config[:role_url]))
+ @rest ||= (source || Chef::REST.new(Chef::Config[:chef_server_url]))
end
def fetch_role(name, included_by)