Skip to content
This repository has been archived by the owner on Apr 7, 2018. It is now read-only.

Commit

Permalink
Merge pull request #89 from fengels/master
Browse files Browse the repository at this point in the history
update chef download url
  • Loading branch information
Aaron Baer committed Feb 12, 2016
2 parents ccc1745 + f01cfd8 commit 9bc9530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/omnitrucker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def build_url(*opts)
if(node)
args = collect_attributes(node).merge(args)
end
url = args[:url] || "http://www.opscode.com/chef/download#{'-server' if args[:server]}"
url = args[:url] || "http://www.chef.io/chef/download#{'-server' if args[:server]}"
u_args = URL_MAP.map do |u_k, a_k|
"#{u_k}=#{args[a_k]}" unless args[a_k].nil?
end.compact
Expand Down

0 comments on commit 9bc9530

Please sign in to comment.