summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Higgins <pete@peterhiggins.org>2020-09-10 18:04:02 -0700
committerPete Higgins <pete@peterhiggins.org>2020-09-11 17:04:44 -0700
commitdb871c3412e63cf4bf09b482e7fe556a306cda9b (patch)
tree2ffe37027069e11e596a2b14f20ce89dcb5eddbd
parent7996403b38a7bb66868b3ccf1292d0301ce386a8 (diff)
downloadchef-db871c3412e63cf4bf09b482e7fe556a306cda9b.tar.gz
Remove an outdated comment.
Signed-off-by: Pete Higgins <pete@peterhiggins.org>
-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