Skip to content

Commit

Permalink
fixing call to deprecated basename
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Early authored and Justin Early committed Mar 28, 2016
1 parent 6913ba1 commit 07d011a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/install.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
cache_dir = Chef::Config[:file_cache_path]
cached_package = ::File.join(cache_dir, agent_basename)

remote_file basename do
remote_file agent_basename do
path cached_package
source node['al_agents']['package']['url']
action :create_if_missing
Expand Down

0 comments on commit 07d011a

Please sign in to comment.