Fix README references to "cookbook_name"#15
Fix README references to "cookbook_name"#15markjreed wants to merge 1 commit intobryanwb:masterfrom markjreed:fix-readme
Conversation
|
I think that's not true, @markjreed. @bryanwb overrode Did you run |
|
Well, then the bug is different, but still there. :) Now you're hiding the Why would you call it 'cookbook_name' inside chef-edit instead of just On Wed, Oct 30, 2013 at 10:49 AM, Hugo Lopes Tavares <
Mark J. Reed markjreed@gmail.com |
|
I'm not sure there's a way of sensibly fixing this now - demunging cookbook_name is just going to break existing rewind users |
The README refers to
cookbook_nameas an attribute of a resource specifying the location of the associated file, but that is incorrect; the attribute is simplycookbook. There is acookbook_namemethod, but it just returns the name of the cookbook containing the current recipe.