summaryrefslogtreecommitdiff
path: root/lib/chef/resource_reporter.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource_reporter.rb')
-rw-r--r--lib/chef/resource_reporter.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource_reporter.rb b/lib/chef/resource_reporter.rb
index 1ec25fc79a..3198f84d12 100644
--- a/lib/chef/resource_reporter.rb
+++ b/lib/chef/resource_reporter.rb
@@ -96,7 +96,7 @@ class Chef
attr_reader :exception
attr_reader :error_descriptions
- PROTOCOL_VERSION = "0.1.0"
+ PROTOCOL_VERSION = "0.1.0".freeze
def initialize(rest_client)
if Chef::Config[:enable_reporting] && !Chef::Config[:why_run]