From 514fe6a0731ddb86e583982e98d776eb7df3e6c2 Mon Sep 17 00:00:00 2001 From: Sean Simmons Date: Tue, 14 Feb 2023 08:52:32 -0500 Subject: fixing the path here Signed-off-by: Sean Simmons --- omnibus/config/software/chef-local-source.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'omnibus') diff --git a/omnibus/config/software/chef-local-source.rb b/omnibus/config/software/chef-local-source.rb index 49a2bfda59..66cdedcb33 100644 --- a/omnibus/config/software/chef-local-source.rb +++ b/omnibus/config/software/chef-local-source.rb @@ -101,7 +101,7 @@ build do # Always deploy the powershell modules in the correct place. if windows? mkdir "#{install_dir}/modules/chef" - copy "distro/powershell/chef/*", "#{install_dir}/modules/chef" + copy "distro/templates/powershell/chef/*", "#{install_dir}/modules/chef" end block do -- cgit v1.2.1