summaryrefslogtreecommitdiff
path: root/lib/chef/util/powershell
diff options
context:
space:
mode:
authorJay Mundrawala <jdmundrawala@gmail.com>2015-03-11 17:32:35 -0700
committerJay Mundrawala <jdmundrawala@gmail.com>2015-03-20 14:38:05 -0700
commita6902ea47197a9f2600795a7d1d48713ea05dbd1 (patch)
treee9d6c481fcdddb96ea7a6c61bfe4ba60bdaf19ff /lib/chef/util/powershell
parent2cfc73bb1370623e04b5844e5e4a766e27ba3247 (diff)
downloadchef-a6902ea47197a9f2600795a7d1d48713ea05dbd1.tar.gz
Display information from DSC
Diffstat (limited to 'lib/chef/util/powershell')
-rw-r--r--lib/chef/util/powershell/cmdlet_result.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/chef/util/powershell/cmdlet_result.rb b/lib/chef/util/powershell/cmdlet_result.rb
index b3e721c92f..f1fdd968b1 100644
--- a/lib/chef/util/powershell/cmdlet_result.rb
+++ b/lib/chef/util/powershell/cmdlet_result.rb
@@ -30,6 +30,10 @@ class Powershell
@streams = streams
end
+ def stdout
+ @status.stdout
+ end
+
def stderr
@status.stderr
end