Silence unnecessary console output
This commit is contained in:
parent
6ae6755957
commit
62224f1ab0
6 changed files with 7 additions and 7 deletions
scripts/Windows/Config/chocolatey
|
@ -12,7 +12,7 @@ foreach ($profileFile in $files) {
|
|||
$dirName = Split-Path -Parent $fullName;
|
||||
|
||||
if (-not (Test-Path -PathType Container $dirName)) {
|
||||
New-Item -Force -ItemType Directory $dirName;
|
||||
$null = New-Item -Force -ItemType Directory $dirName;
|
||||
}
|
||||
|
||||
Copy-Item -Force "~/$profileFile" $fullName;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue