Skip to content

Commit

Permalink
(gh-181) Remove extraneous install logging
Browse files Browse the repository at this point in the history
Additional unnecessary logging was being written when generating shims
for the package.  Updated the scoping of the redirect to the null output
to ensure unnecessary logging was not displayed.
  • Loading branch information
dgalbraith committed Sep 7, 2020
1 parent c38cbda commit 9ae55ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automatic/dotcover-cli/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ $unzipArgs = @{

Get-ChocolateyUnzip @unzipArgs

Get-ChildItem $toolsDir -include *.exe -exclude 'dotCover.exe' -recurse | Select-Object { New-Item "$_.ignore" -type file -force | Out-Null }
Get-ChildItem $toolsDir -include *.exe -exclude 'dotCover.exe' -recurse | Select-Object { New-Item "$_.ignore" -type file -force } | Out-Null

0 comments on commit 9ae55ce

Please sign in to comment.