summaryrefslogtreecommitdiff
path: root/lib/chef/resource/ksh.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/ksh.rb')
-rw-r--r--lib/chef/resource/ksh.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/chef/resource/ksh.rb b/lib/chef/resource/ksh.rb
index 2d4f585610..b41b717f5f 100644
--- a/lib/chef/resource/ksh.rb
+++ b/lib/chef/resource/ksh.rb
@@ -1,6 +1,6 @@
#
# Author:: Nolan Davidson (<nolan.davidson@gmail.com>)
-# Copyright:: Copyright (c) 2008 Opscode, Inc.
+# Copyright:: Copyright (c) 2015 Chef Software, Inc.
# License:: Apache License, Version 2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -17,7 +17,6 @@
#
require 'chef/resource/script'
-require 'chef/provider/script'
class Chef
class Resource