Fix bracket

This commit is contained in:
Pavel Djundik
2024-04-25 22:47:56 +03:00
parent b532f3944f
commit b75d398392

View File

@@ -544,7 +544,7 @@ namespace DepotDownloader
if (!AccountHasAccess(depotId))
{
Console.WriteLine("Depot {0}) is not available from this account.", depotId);
Console.WriteLine("Depot {0} is not available from this account.", depotId);
return null;
}