summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNolan Davidson <nolan.davidson@gmail.com>2015-10-07 08:52:18 -0400
committerNolan Davidson <nolan.davidson@gmail.com>2015-10-07 08:52:18 -0400
commitb7a39b169bc104cca96a8931f448dda74abf1c55 (patch)
tree068ed70154245608e667f0ff1fe45548923ae717
parented5d27f1cfd3ec0f826cd7910e715f20eabe7505 (diff)
downloadchef-b7a39b169bc104cca96a8931f448dda74abf1c55.tar.gz
removing provider require in ksh resource and updating copyright info
-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