From 003a4824c16b71d5711f1094a2ff4fe19d300b94 Mon Sep 17 00:00:00 2001 From: Miah Johnson Date: Wed, 15 Jan 2020 16:27:10 -0800 Subject: [PATCH] Point to our updated kitchen/cookbooks path. Signed-off-by: Miah Johnson --- Berksfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Berksfile b/Berksfile index a5cb58872..f2e44c551 100644 --- a/Berksfile +++ b/Berksfile @@ -1,4 +1,4 @@ source "https://supermarket.chef.io" cookbook "audit" -cookbook "os_prepare", path: "./test/cookbooks/os_prepare" +cookbook "os_prepare", path: "./test/kitchen/cookbooks/os_prepare"