Skip to content

Commit

Permalink
typo, bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mpasternacki committed Jan 28, 2013
1 parent f4e6981 commit 488b928
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/chef-helpers/has_source.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def has_source?(source, segment, cookbook=nil)
cookbook ||= cookbook_name
begin
run_context.cookbook_collection[cookbook].
preferred_filename_on_disk_location(run_context.node, segment, src)
preferred_filename_on_disk_location(run_context.node, segment, source)
rescue Chef::Exceptions::FileNotFound
nil
end
Expand Down
2 changes: 1 addition & 1 deletion lib/chef-helpers/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ChefHelpers
VERSION = "0.0.5"
VERSION = "0.0.6"
end

0 comments on commit 488b928

Please sign in to comment.