summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsean-simmons-progress <111799713+sean-simmons-progress@users.noreply.github.com>2023-02-14 12:48:09 -0500
committerGitHub <noreply@github.com>2023-02-14 12:48:09 -0500
commit27fc87139efb0600d29274ef932888e082cdf362 (patch)
tree7de785bb90c451fc3bbf109c5832719c284fb990
parentc0add855bd3224da25c1fb3bc83ae635bee8ef5f (diff)
parent514fe6a0731ddb86e583982e98d776eb7df3e6c2 (diff)
downloadchef-27fc87139efb0600d29274ef932888e082cdf362.tar.gz
Merge pull request #13573 from chef/sean-simmons-progress/BS-203-fix-path-on-chef-local-source-rb-file
fixing the path here
-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