Skip to content

Commit

Permalink
Fixed typo, Reporter::ChefServer should have been Reporter::ChefServe…
Browse files Browse the repository at this point in the history
…rCompliance. Fixes chef-boneyard#234.  Bumped metadata to version 4.0.2

Signed-off-by: qubitrenegade <qubitrenegade@gmail.com>
  • Loading branch information
qubitrenegade committed Jun 7, 2017
1 parent 0d0717d commit 845f894
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion files/default/handler/audit_report.rb
Expand Up @@ -238,7 +238,7 @@ def send_report(reporter, server, user, source_location, report)
raise_if_unreachable: raise_if_unreachable,
source_location: source_location,
}
Reporter::ChefServer.new(opts).send_report(report)
Reporter::ChefServerCompliance.new(opts).send_report(report)
else
Chef::Log.warn "unable to determine chef-server url required by inspec report collector '#{reporter}'. Skipping..."
end
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Expand Up @@ -5,7 +5,7 @@
license 'Apache-2.0'
description 'Allows for fetching and executing compliance profiles, and reporting its results'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '4.0.0'
version '4.0.2'

source_url 'https://github.com/chef-cookbooks/audit'
issues_url 'https://github.com/chef-cookbooks/audit/issues'
Expand Down

0 comments on commit 845f894

Please sign in to comment.