diff options
| author | Julian C. Dunn <jdunn@aquezada.com> | 2015-03-11 20:41:51 -0400 |
|---|---|---|
| committer | Julian C. Dunn <jdunn@aquezada.com> | 2015-03-11 20:41:51 -0400 |
| commit | 47fe4a9dfeb177dbcd2fc1ed8f487f3375dd0dbb (patch) | |
| tree | 31209bfb25c69bce04164b38a5c0cf77293675a7 /lib/chef/audit | |
| parent | f400002d1a68b8ee672dea92ddfc6ff15624d9d2 (diff) | |
| download | chef-47fe4a9dfeb177dbcd2fc1ed8f487f3375dd0dbb.tar.gz | |
Make terminology consistent about audits versus controls
Diffstat (limited to 'lib/chef/audit')
| -rw-r--r-- | lib/chef/audit/audit_reporter.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/audit/audit_reporter.rb b/lib/chef/audit/audit_reporter.rb index a5dd9a6c48..a4f84ed7eb 100644 --- a/lib/chef/audit/audit_reporter.rb +++ b/lib/chef/audit/audit_reporter.rb @@ -105,7 +105,7 @@ class Chef end unless run_status - Chef::Log.debug("Run failed before audits were initialized, not sending audit report to server") + Chef::Log.debug("Run failed before audit mode was initialized, not sending audit report to server") return end |
