Fix bracket

pull/497/head
Pavel Djundik 2 years ago
parent b532f3944f
commit b75d398392

@ -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;
}

Loading…
Cancel
Save