diff options
author | tyler-ball <tyleraball@gmail.com> | 2014-12-17 18:57:22 -0800 |
---|---|---|
committer | tyler-ball <tyleraball@gmail.com> | 2014-12-17 18:57:22 -0800 |
commit | f68218380f137f6c6ff51406da087fd9e81304a9 (patch) | |
tree | 0606fe4f983cfa2c3fc68dd3315abb1a1a4c0535 /lib/chef/audit/runner.rb | |
parent | 19f7b0f1668e5801f44570f52285f8a1bde516c0 (diff) | |
download | chef-f68218380f137f6c6ff51406da087fd9e81304a9.tar.gz |
Resolving conflicsts from giant rebase
Diffstat (limited to 'lib/chef/audit/runner.rb')
-rw-r--r-- | lib/chef/audit/runner.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/chef/audit/runner.rb b/lib/chef/audit/runner.rb index 4017593c55..7ef17a4301 100644 --- a/lib/chef/audit/runner.rb +++ b/lib/chef/audit/runner.rb @@ -16,8 +16,6 @@ # limitations under the License. # -require 'chef/config' - class Chef class Audit class Runner |