Skip to content

Commit

Permalink
v0.8.1
Browse files Browse the repository at this point in the history
* Fix bad pick on merge conflict from revert.
  • Loading branch information
atomic-penguin committed Feb 5, 2015
1 parent 000802f commit 16fadb8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
certificate cookbook changelog
==============================

v0.8.1
------

* Fix bad pick on merge conflict from revert.

v0.8.0
------

Expand Down
2 changes: 1 addition & 1 deletion providers/manage.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def whyrun_supported?
ssl_secret = Chef::EncryptedDataBagItem.load_secret(new_resource.data_bag_secret)
ssl_item =
begin
Chef::EncryptedDataBagItem.load(new_resource.data_bag, search_id, ssl_secret)
Chef::EncryptedDataBagItem.load(new_resource.data_bag, new_resource.search_id, ssl_secret)
rescue => e
raise e unless new_resource.ignore_missing
nil
Expand Down

0 comments on commit 16fadb8

Please sign in to comment.