summaryrefslogtreecommitdiff
path: root/omnibus
diff options
context:
space:
mode:
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