summaryrefslogtreecommitdiff
path: root/lib/chef/provider/package/cab.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/provider/package/cab.rb')
-rw-r--r--lib/chef/provider/package/cab.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/provider/package/cab.rb b/lib/chef/provider/package/cab.rb
index 3ede6dbe10..4aaa034fa4 100644
--- a/lib/chef/provider/package/cab.rb
+++ b/lib/chef/provider/package/cab.rb
@@ -74,7 +74,7 @@ class Chef
def dism_command(command)
with_os_architecture(nil) do
- result = shell_out("dism.exe /Online /English #{command} /NoRestart", { timeout: new_resource.timeout })
+ result = shell_out("dism.exe /Online /English #{command} /NoRestart", timeout: new_resource.timeout)
if result.exitstatus == -2146498530
raise Chef::Exceptions::Package, "The specified package is not applicable to this image." if result.stdout.include?("0x800f081e")