diff --git a/TGBeta.ps1 b/TGBeta.ps1 index 4f4699b..8b9c370 100644 --- a/TGBeta.ps1 +++ b/TGBeta.ps1 @@ -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 {