update grammar in desc

This commit is contained in:
Julian C. Dunn 2018-08-13 20:52:11 -07:00 committed by GitHub
parent b301e7317a
commit c5b995a432
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -88,7 +88,7 @@ end
control 'package-08' do
impact 1.0
title 'Install auditd'
desc 'auditd provides extended logging capacities on recent distribution'
desc 'auditd provides extended logging capabilities on recent distributions'
only_if { !container_execution }
audit_pkg = os.redhat? || os.suse? || os.name == 'amazon' || os.name == 'fedora' ? 'audit' : 'auditd'
describe package(audit_pkg) do