summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTensibai <tensibai@iabis.net>2019-05-02 21:42:46 +0000
committerTensibai <tensibai@iabis.net>2019-05-02 21:47:36 +0000
commitbb3fb62a356e75b5582d1e03d5343be82de34b54 (patch)
tree1b7a55c681226d41d4b2b49c8e1a6ee0f0beb00c
parentb7ff360253e45f824b47c5ac5e194739fdf12314 (diff)
downloadchef-bb3fb62a356e75b5582d1e03d5343be82de34b54.tar.gz
Add the periods, squash and signoff
Signed-off-by: Tensibai <tensibai@iabis.net>
-rw-r--r--lib/chef/knife.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/chef/knife.rb b/lib/chef/knife.rb
index aac0c8e258..08224b37e1 100644
--- a/lib/chef/knife.rb
+++ b/lib/chef/knife.rb
@@ -530,10 +530,10 @@ class Chef
client_api_version = version_header["request_version"]
min_server_version = version_header["min_version"]
max_server_version = version_header["max_version"]
- ui.error "The version of #{Chef::Dist::PRODUCT} that Knife is using is not supported by the #{Chef::Dist::PRODUCT} server you sent this request to"
- ui.info "The request that Knife sent was using API version #{client_api_version}"
- ui.info "The #{Chef::Dist::PRODUCT} server you sent the request to supports a min API verson of #{min_server_version} and a max API version of #{max_server_version}"
- ui.info "Please either update your #{Chef::Dist::PRODUCT} client or server to be a compatible set"
+ ui.error "The version of #{Chef::Dist::PRODUCT} API that Knife is using is not supported by the server you sent this request to."
+ ui.info "The request that Knife sent was using API version #{client_api_version}."
+ ui.info "The server you sent the request to supports a min API verson of #{min_server_version} and a max API version of #{max_server_version}."
+ ui.info "Please either update your #{Chef::Dist::PRODUCT} or the server to be a compatible set."
else
ui.error response.message
ui.info "Response: #{format_rest_error(response)}"