Merge pull request #4871 from inspec/zenspider/syntax

bad master merge... rushing this through
This commit is contained in:
Ryan Davis 2020-01-29 16:25:20 -08:00 committed by GitHub
commit 69bb10ab71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -178,7 +178,7 @@ module Inspec::Resources
end
when "solaris", "smartos", "omnios", "openindiana", "opensolaris", "nexentacore"
Svcs.new(inspec)
elsif %w{yocto}.include?(platform)
when %w{yocto}.include?(platform)
Systemd.new(inspec, service_ctl)
end
end