Skip to content

Commit f30d439

Browse files
committed
silence new-item
1 parent 61f4b1f commit f30d439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

m365/image/run_container.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ $Env:AZCOPY_ACTIVE_DIRECTORY_ENDPOINT = if ($Env:IS_GOV -eq "true") {"https://lo
5858
Invoke-SCuBA -Version
5959

6060
Write-Output "Grabbing tenant config files"
61-
New-Item -Path "input" -ItemType Directory
61+
New-Item -Path "input" -ItemType Directory | Out-Null
6262
.\azcopy copy "$Env:TENANT_INPUT/*" 'input' --include-pattern "*.yaml;*.yml;*.json" --output-level essential
6363
if ($LASTEXITCODE -gt 0) {
6464
throw "Error reading config files"

0 commit comments

Comments
 (0)