From 5a53a97cfa27110e21c9a3740abd6247cbe73e94 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Tue, 24 Sep 2024 14:24:27 -0700 Subject: [PATCH] Whoops - needed an out-string --- UnitySetup/UnitySetup.psm1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UnitySetup/UnitySetup.psm1 b/UnitySetup/UnitySetup.psm1 index 782e568..287e2e6 100644 --- a/UnitySetup/UnitySetup.psm1 +++ b/UnitySetup/UnitySetup.psm1 @@ -2830,7 +2830,7 @@ function Update-UnityPackageManagerConfig { ScopedURL = $_.ScopedURL Succeeded = -not [string]::IsNullOrEmpty($_.Auth) } - } | Format-Table -AutoSize + } | Format-Table -AutoSize | Out-String Write-Verbose $upmConfigs } else {