mirror of
https://github.com/EpicMorg/atlassian-json.git
synced 2024-12-28 23:55:36 +03:00
Update sourcetreeapp.csx
This commit is contained in:
parent
8cb460728d
commit
a432a0e786
@ -19,7 +19,7 @@ var (a, b, c) = json.Params;
|
|||||||
var urls = new[] { a, b, c };
|
var urls = new[] { a, b, c };
|
||||||
|
|
||||||
Console.Out.WriteLine(
|
Console.Out.WriteLine(
|
||||||
"download(" +
|
"downloads(" +
|
||||||
JsonSerializer.Serialize(
|
JsonSerializer.Serialize(
|
||||||
urls
|
urls
|
||||||
.Select(a => new Uri(a))
|
.Select(a => new Uri(a))
|
||||||
|
Loading…
Reference in New Issue
Block a user