summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-06-16 21:22:33 -0700
committerGitHub <noreply@github.com>2021-06-16 21:22:33 -0700
commit13c7a673b75ac9245987a60031fb6c3ac3186703 (patch)
tree9140cd2310bc99c4ff7177d55155daefe80015ff
parent8b07156bdc5b36698af7244c520e1a5e4fbb9492 (diff)
downloadchef-osc_compat.tar.gz
Update lib/chef/chef_fs/config.rb osc_compat
Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: Kimberly Garmoe <kgarmoe@chef.io>
-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]