summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/chef/provider/package/rubygems.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/provider/package/rubygems.rb b/lib/chef/provider/package/rubygems.rb
index 434117884b..d715f42419 100644
--- a/lib/chef/provider/package/rubygems.rb
+++ b/lib/chef/provider/package/rubygems.rb
@@ -381,7 +381,7 @@ class Chef
# Default to installing somewhere more functional
if new_resource.options && new_resource.options.kind_of?(Hash)
msg = [
- "Gem options should be passed to gem_package as a string instead of a hash when",
+ "Gem options must be passed to gem_package as a string instead of a hash when",
"using this installation of Chef because it runs with its own packaged Ruby. A hash",
"may only be used when installing a gem to the same Ruby installation that Chef is",
"running under. See https://docs.chef.io/resource_gem_package.html for more information.",