Update TGBeta.ps1

This commit is contained in:
2025-01-28 00:18:36 -05:00
parent 9e71dbf0f1
commit 79a148a1ba

View File

@@ -244,7 +244,7 @@ function Fetch-Sites {
if ($sites) {
Write-Host "Fetched Sites:" -ForegroundColor Cyan
$sites | ForEach-Object {
Write-Host "Site Name: $_.Name, Site UID: $_.UID"
Write-Host "Site Name: $($_.Name), Site UID: $($_.UID)"
}
}
else {