Skip to content

Commit

Permalink
Update Program.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
JusterZhu committed Nov 11, 2023
1 parent c126592 commit 0ccbc5e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/c#/GeneralUpdate.Upgrad/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ private static void Main(string[] args)
Option(UpdateOption.Encoding, Encoding.Default).
Option(UpdateOption.DownloadTimeOut, 60).
Option(UpdateOption.Format, Format.ZIP).
Remote(args[0]).
LaunchTaskAsync();
});
Console.Read();
Expand Down

0 comments on commit 0ccbc5e

Please sign in to comment.