From f4112fc77385a6044c2418f08da451aa57dfd247 Mon Sep 17 00:00:00 2001 From: Matt Ray Date: Wed, 29 May 2013 17:51:55 -0500 Subject: [PATCH] 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 932cdc0b..594c7781 100644 --- a/README.md +++ b/README.md @@ -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'