Skip to content

Commit

Permalink
Change 'should' to 'must'
Browse files Browse the repository at this point in the history
  • Loading branch information
pburkholder committed Mar 24, 2015
1 parent 3198bec commit 9e10455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/chef/provider/package/rubygems.rb
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ def initialize(new_resource, run_context=nil)
# 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.",
Expand Down

0 comments on commit 9e10455

Please sign in to comment.