summaryrefslogtreecommitdiff
path: root/lib/chef/dsl
diff options
context:
space:
mode:
authorJay Mundrawala <jdmundrawala@gmail.com>2015-03-04 19:28:10 -0800
committerJay Mundrawala <jdmundrawala@gmail.com>2015-03-20 14:38:03 -0700
commitbf1acd692f204ccae18a0c236469beb56554e669 (patch)
tree467e70936a1b062516db60f50c6730cbfd0ddd68 /lib/chef/dsl
parent6ffe92446118a9c56e793f42158f35d423d081a7 (diff)
downloadchef-bf1acd692f204ccae18a0c236469beb56554e669.tar.gz
Missing include in powershell dsl
Diffstat (limited to 'lib/chef/dsl')
-rw-r--r--lib/chef/dsl/powershell.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/dsl/powershell.rb b/lib/chef/dsl/powershell.rb
index e97f688ef7..a17971c689 100644
--- a/lib/chef/dsl/powershell.rb
+++ b/lib/chef/dsl/powershell.rb
@@ -16,7 +16,7 @@
# limitations under the License.
#
-require 'chef/exceptions'
+require 'chef/util/powershell/ps_credential'
class Chef
module DSL