Skip to content

Commit

Permalink
[COOK-3786] - Unable to install multiple versions of archive without …
Browse files Browse the repository at this point in the history
…duplication

Signed-off-by: Sean OMeara <someara@opscode.com>
  • Loading branch information
Jaroslav Barton authored and Sean OMeara committed Feb 27, 2014
1 parent ce98b55 commit e920078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def set_paths
new_resource.path = ::File.join(prefix_root, "#{new_resource.name}-#{new_resource.version}")
new_resource.home_dir ||= default_home_dir
Chef::Log.debug("path is #{new_resource.path}")
new_resource.release_file = ::File.join(Chef::Config[:file_cache_path], "#{new_resource.name}.#{release_ext}")
new_resource.release_file = ::File.join(Chef::Config[:file_cache_path], "#{new_resource.name}-#{new_resource.version}.#{release_ext}")
end

def set_put_paths
Expand Down

0 comments on commit e920078

Please sign in to comment.