From a432a0e786958bbe0611ba8164c9d5d074fbeb7e Mon Sep 17 00:00:00 2001 From: Konstantin Safonov Date: Sun, 17 Jan 2021 05:04:03 +0300 Subject: [PATCH] Update sourcetreeapp.csx --- json-backups/sourcetreeapp.csx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/json-backups/sourcetreeapp.csx b/json-backups/sourcetreeapp.csx index 02ce95a..0e24768 100644 --- a/json-backups/sourcetreeapp.csx +++ b/json-backups/sourcetreeapp.csx @@ -19,7 +19,7 @@ var (a, b, c) = json.Params; var urls = new[] { a, b, c }; Console.Out.WriteLine( - "download(" + + "downloads(" + JsonSerializer.Serialize( urls .Select(a => new Uri(a)) @@ -33,4 +33,4 @@ Console.Out.WriteLine( .ToArray())+ ")"); public record Wrap(Params Params); -public record Params(string MacUrl, string WindowsUrl, string EnterpriseUrl); \ No newline at end of file +public record Params(string MacUrl, string WindowsUrl, string EnterpriseUrl);