summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc A. Paradise <marc.paradise@gmail.com>2021-04-29 17:24:49 -0400
committerMarc A. Paradise <marc.paradise@gmail.com>2021-04-30 13:21:38 -0400
commitd65ec5af20f68b5568b920059e1ed93d87c6f54a (patch)
tree9333fe4b7424a72f47f90ed5b09cc8688be68da9
parent532c3c363e87223a184ca51a61e50724d28d8904 (diff)
downloadchef-d65ec5af20f68b5568b920059e1ed93d87c6f54a.tar.gz
update expected path for new content location
Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
-rw-r--r--knife/spec/unit/knife/bootstrap_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/knife/spec/unit/knife/bootstrap_spec.rb b/knife/spec/unit/knife/bootstrap_spec.rb
index f2f2f48f98..30878edf39 100644
--- a/knife/spec/unit/knife/bootstrap_spec.rb
+++ b/knife/spec/unit/knife/bootstrap_spec.rb
@@ -185,7 +185,7 @@ describe Chef::Knife::Bootstrap do
context "when :bootstrap_template config is set to a template name" do
let(:bootstrap_template) { "example" }
- let(:builtin_template_path) { File.expand_path(File.join(__dir__, "../../../knife/lib/chef/knife/bootstrap/templates", "example.erb")) }
+ let(:builtin_template_path) { File.expand_path(File.join(__dir__, "../../../lib/chef/knife/bootstrap/templates", "example.erb")) }
let(:chef_config_dir_template_path) { "/knife/chef/config/bootstrap/example.erb" }