We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 180dcaa commit 24156beCopy full SHA for 24156be
lib/fluent/plugin/fluent_package_update_checker.rb
@@ -24,7 +24,7 @@ def initialize(options={})
24
@logger.error "Failed to load #{ENV["FLUENT_PACKAGE_CONFIG"] || DEFAULT_PACKAGE_CONFIG_PATH}"
25
end
26
@host_os = RbConfig::CONFIG['host_os']
27
- Specinfra.configuration.backend = :exec
+ Specinfra.configuration.backend = windows? ? :cmd : :exec
28
@os_info = Specinfra.backend.os_info
29
30
0 commit comments