summaryrefslogtreecommitdiff
path: root/lib/chef/encrypted_data_bag_item
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-12-01 15:37:06 -0800
committerTim Smith <tsmith84@gmail.com>2020-12-01 15:37:06 -0800
commita847530bca8dc50cf7f9804f8d9d14879483da51 (patch)
tree9d82db8ed8dbbf66775aaae46bc54807b89cb8d6 /lib/chef/encrypted_data_bag_item
parent7eea5811cf26074b3ec24760e14ea5ac43bb6217 (diff)
downloadchef-a847530bca8dc50cf7f9804f8d9d14879483da51.tar.gz
Roll back a few chefstyle fixes
These came with one of the newer releases of Rubocop Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/encrypted_data_bag_item')
-rw-r--r--lib/chef/encrypted_data_bag_item/assertions.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/encrypted_data_bag_item/assertions.rb b/lib/chef/encrypted_data_bag_item/assertions.rb
index 13ed0de050..02baad2a2d 100644
--- a/lib/chef/encrypted_data_bag_item/assertions.rb
+++ b/lib/chef/encrypted_data_bag_item/assertions.rb
@@ -30,7 +30,7 @@ class Chef::EncryptedDataBagItem
unless format_version.is_a?(Integer) && format_version >= Chef::Config[:data_bag_decrypt_minimum_version]
raise UnacceptableEncryptedDataBagItemFormat,
"The encrypted data bag item has format version `#{format_version}', " +
- "but the config setting 'data_bag_decrypt_minimum_version' requires version `#{Chef::Config[:data_bag_decrypt_minimum_version]}'"
+ "but the config setting 'data_bag_decrypt_minimum_version' requires version `#{Chef::Config[:data_bag_decrypt_minimum_version]}'"
end
end