Skip to content

Commit

Permalink
(chocolateyGH-1013) PowerShell external - set debug/verbose false
Browse files Browse the repository at this point in the history
  • Loading branch information
ferventcoder authored and Russell Mora committed Jan 23, 2017
1 parent a50a7cc commit 6b9aae8
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 6b9aae8

Please sign in to comment.