Skip to content

Commit

Permalink
Fix bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
xPaw committed Apr 25, 2024
1 parent b532f39 commit b75d398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DepotDownloader/ContentDownloader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ static DepotDownloadInfo GetDepotInfo(uint depotId, uint appId, ulong manifestId

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;
}
Expand Down

0 comments on commit b75d398

Please sign in to comment.