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('-', '_')