summaryrefslogtreecommitdiff
path: root/lib/chef/audit/audit_event_proxy.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/audit/audit_event_proxy.rb')
-rw-r--r--lib/chef/audit/audit_event_proxy.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/audit/audit_event_proxy.rb b/lib/chef/audit/audit_event_proxy.rb
index b9ca39e5dc..f6c0ccc5f6 100644
--- a/lib/chef/audit/audit_event_proxy.rb
+++ b/lib/chef/audit/audit_event_proxy.rb
@@ -60,7 +60,7 @@ class Chef
def build_control_from(example)
described_class = example.metadata[:described_class]
if described_class
- resource_type = described_class.class.name.split(':')[-1]
+ resource_type = described_class.class.name.split(":")[-1]
resource_name = described_class.name
end