Skip to content

Commit

Permalink
(GH-1013) PowerShell external - set debug/verbose false
Browse files Browse the repository at this point in the history
  • Loading branch information
ferventcoder committed Jan 4, 2017
1 parent c759fee commit 111676a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ param(
$importChocolateyHelpers = "& import-module -name '$helpersPath\chocolateyInstaller.psm1' -Verbose:`$false | Out-Null;"
$block = @"
`$noSleep = `$$noSleep
#`$env:ChocolateyEnvironmentDebug='false'
#`$env:ChocolateyEnvironmentVerbose='false'
$importChocolateyHelpers
try{
`$progressPreference="SilentlyContinue"
Expand Down

0 comments on commit 111676a

Please sign in to comment.