chef / cookbook-omnifetch

Fetch Chef Cookbooks from Various Sources to a Local Cache
Apache License 2.0
6 stars 9 forks source link

Minor: add missing require #42

Closed karmix closed 2 years ago

karmix commented 2 years ago

This is a trivial fix and not urgent. Sorry, I just found that I still had an update in my working directory. This was supposed to be part of #41, but it looks like it missed the git add. Without this, StagingArea will generate a NameError instead of raising StagingAreaNotAvailable in certain situations. I do not believe the current code base can create a situation in which this would happen, but it should still be fixed.