diff options
Diffstat (limited to 'lib/chef/exceptions.rb')
-rw-r--r-- | lib/chef/exceptions.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/exceptions.rb b/lib/chef/exceptions.rb index 9a2e9ae3a3..6fe364a91b 100644 --- a/lib/chef/exceptions.rb +++ b/lib/chef/exceptions.rb @@ -205,7 +205,7 @@ class Chef class ImmutableAttributeModification < NoMethodError def initialize super "Node attributes are read-only when you do not specify which precedence level to set. " + - %Q{To set an attribute use code like `node.default["key"] = "value"'} + %q{To set an attribute use code like `node.default["key"] = "value"'} end end |