From 4ec0b96a0594a198aef5958c6a25f2a66e23dba4 Mon Sep 17 00:00:00 2001 From: Konstantin Safonov Date: Tue, 19 Jan 2021 18:49:04 +0300 Subject: [PATCH] Update sourcetreeapp.csx --- json-backups/sourcetreeapp.csx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json-backups/sourcetreeapp.csx b/json-backups/sourcetreeapp.csx index 0e24768..80078f6 100644 --- a/json-backups/sourcetreeapp.csx +++ b/json-backups/sourcetreeapp.csx @@ -25,7 +25,7 @@ Console.Out.WriteLine( .Select(a => new Uri(a)) .Select(a => new { - ZipFile = a.ToString(), + ZipUrl = a.ToString(), Version = new[] { "sourcetree", "enterprise", "setup", } .Aggregate(Path.GetFileNameWithoutExtension(a.AbsolutePath), (s, ptr) => s.Replace(ptr, "", StringComparison.OrdinalIgnoreCase)) .TrimStart('-', '_')