summaryrefslogtreecommitdiff
path: root/omnibus
diff options
context:
space:
mode:
authorSean Simmons <ssimmons@progress.com>2023-02-14 08:52:32 -0500
committerSean Simmons <ssimmons@progress.com>2023-02-14 08:52:32 -0500
commit514fe6a0731ddb86e583982e98d776eb7df3e6c2 (patch)
tree0fd24afcbbd633c0d70162a71d9739311eda45b3 /omnibus
parent2519d5282eeb2d10a92743ec5c37414e7b6f3bf9 (diff)
downloadchef-514fe6a0731ddb86e583982e98d776eb7df3e6c2.tar.gz
fixing the path here
Signed-off-by: Sean Simmons <ssimmons@progress.com>
Diffstat (limited to 'omnibus')
-rw-r--r--omnibus/config/software/chef-local-source.rb2
1 files changed, 1 insertions, 1 deletions
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