diff options
author | Thom May <thom@chef.io> | 2017-03-16 17:43:45 +0000 |
---|---|---|
committer | Thom May <thom@chef.io> | 2017-03-16 20:23:40 +0000 |
commit | 6a16e21869e430352a6d4955843b79e3b6a63ff0 (patch) | |
tree | 15752ad125f2b6c92d57998896ffc9b3cf6c168a /lib/chef/application/solo.rb | |
parent | 1f23881a95d1dfa63158c7c35d3f8723df97a758 (diff) | |
download | chef-6a16e21869e430352a6d4955843b79e3b6a63ff0.tar.gz |
Remove Chef::RESTtm/remove_chef_rest
Signed-off-by: Thom May <thom@chef.io>
Diffstat (limited to 'lib/chef/application/solo.rb')
-rw-r--r-- | lib/chef/application/solo.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/application/solo.rb b/lib/chef/application/solo.rb index 1481338a9c..2705a930ae 100644 --- a/lib/chef/application/solo.rb +++ b/lib/chef/application/solo.rb @@ -23,7 +23,6 @@ require "chef/client" require "chef/config" require "chef/daemon" require "chef/log" -require "chef/rest" require "chef/config_fetcher" require "fileutils" require "chef/mixin/shell_out" |