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-29 17:24:49 -0400
commit0f08f11b4f6c1019b729bc686f81c6fe94d42314 (patch)
treeb0ba15bbdae4208ad0e130f41b2cd3f43a8eab7a
parent354324f4d29f4b53a3c513e123d15f652a6e7052 (diff)
downloadchef-0f08f11b4f6c1019b729bc686f81c6fe94d42314.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" }