Remove character causing knife cookbook upload to fail.

This mystery character causes knife cookbook upload to fail with ../ruby-1.9.3-p429/gems/chef-11.4.4/lib/chef/cookbook/metadata.rb:444:in `encode\': "\xE2" on US-ASCII (Encoding::InvalidByteSequenceError). Whatever it is gets rolled up when the metadata.rb imports the README.md in the long_description.

Change-Id: I13cd55bee3a98ac0bb0a50abc4e3fef2d61120ba
This commit is contained in:
Matt Ray 2013-05-29 17:51:55 -05:00
parent 5e1a812a38
commit f4112fc773
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ constructed from the various parts of the hash corresponding to the keys above.
```ruby
# Suppose node hash contains the following subhash in the :identity_service key:
# {
# {
# :host => 'identity.example.com',
# :port => 5000,
# :scheme => 'https'