diff options
Diffstat (limited to 'lib/chef/cookbook/manifest_v0.rb')
-rw-r--r-- | lib/chef/cookbook/manifest_v0.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/cookbook/manifest_v0.rb b/lib/chef/cookbook/manifest_v0.rb index 198c7a4741..e285b29fd2 100644 --- a/lib/chef/cookbook/manifest_v0.rb +++ b/lib/chef/cookbook/manifest_v0.rb @@ -14,8 +14,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -require "chef/json_compat" -require "chef/mixin/versioned_api" +require_relative "../json_compat" +require_relative "../mixin/versioned_api" class Chef class Cookbook |