From 79a148a1ba5132eaa314167fe78b214e88567b88 Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Tue, 28 Jan 2025 00:18:36 -0500 Subject: [PATCH] Update TGBeta.ps1 --- TGBeta.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {