summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/chef/chef_fs/config.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/chef_fs/config.rb b/lib/chef/chef_fs/config.rb
index 265b5b8029..5a82b93cf5 100644
--- a/lib/chef/chef_fs/config.rb
+++ b/lib/chef/chef_fs/config.rb
@@ -147,7 +147,7 @@ class Chef
if @chef_config[:repo_mode] == "everything" && is_hosted? && !ui.nil?
ui.warn %Q{You have repo_mode set to 'everything', but your chef_server_url
looks like it might be Chef Infra Server 12+ or Hosted Chef. If this is
- the case please use 'hosted_everything' or allow repo_mode to default}
+ the case, use 'hosted_everything' or allow 'repo_mode' to default.}
end
# Default to getting *everything* from the server.
unless @chef_config[:repo_mode]