From b75d398392f0806a4a7cca348a21f6bee09f029a Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Thu, 25 Apr 2024 22:47:56 +0300 Subject: [PATCH] Fix bracket --- DepotDownloader/ContentDownloader.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DepotDownloader/ContentDownloader.cs b/DepotDownloader/ContentDownloader.cs index f0c32ebe..d9191610 100644 --- a/DepotDownloader/ContentDownloader.cs +++ b/DepotDownloader/ContentDownloader.cs @@ -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; }