summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn McCrae <john.mccrae@progress.com>2021-10-13 13:45:50 -0700
committerJohn McCrae <john.mccrae@progress.com>2021-10-13 13:45:50 -0700
commit61f2f8c1f788a96df156cfc3604464030a4623ab (patch)
tree72ec935d20e42597baea3aaf3fb5738fc92272ec
parenteaf5a1850f3bc688b66539c19cbe9b0a01f1a3db (diff)
downloadchef-61f2f8c1f788a96df156cfc3604464030a4623ab.tar.gz
Moving powershell_exec to a new gem
Signed-off-by: John McCrae <john.mccrae@progress.com>
-rw-r--r--chef-powershell/lib/chef-powershell/pwsh.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-powershell/lib/chef-powershell/pwsh.rb b/chef-powershell/lib/chef-powershell/pwsh.rb
index 3d067eb0d6..9f4e9cc896 100644
--- a/chef-powershell/lib/chef-powershell/pwsh.rb
+++ b/chef-powershell/lib/chef-powershell/pwsh.rb
@@ -16,7 +16,7 @@
# limitations under the License.
class Chef
- class Pwsh < Chef::PowerShell
+ class Pwsh < ChefPowerShell::PowerShell
# Run a command under pwsh (powershell core) via FFI
# This implementation requires the managed dll, native wrapper and a