summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-09-11 17:12:43 -0700
committerGitHub <noreply@github.com>2020-09-11 17:12:43 -0700
commit856483b16602f920fa9455d8abd0108152debfda (patch)
tree2ffe37027069e11e596a2b14f20ce89dcb5eddbd
parent7996403b38a7bb66868b3ccf1292d0301ce386a8 (diff)
parentdb871c3412e63cf4bf09b482e7fe556a306cda9b (diff)
downloadchef-856483b16602f920fa9455d8abd0108152debfda.tar.gz
Merge pull request #10427 from chef/remove-outdated-comment
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--lib/chef/application.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/chef/application.rb b/lib/chef/application.rb
index be69e01f7f..599ec67bc0 100644
--- a/lib/chef/application.rb
+++ b/lib/chef/application.rb
@@ -41,9 +41,6 @@ class Chef
@chef_client = nil
@chef_client_json = nil
-
- # Always switch to a readable directory. Keeps subsequent Dir.chdir() {}
- # from failing due to permissions when launched as a less privileged user.
end
# Configure mixlib-cli to always separate defaults from user-supplied CLI options