mirror of
https://github.com/Stone-Red-Code/AlwaysUpToDate.git
synced 2026-09-04 00:46:05 +02:00
Rename Update to UpdateAsync
This commit is contained in:
@@ -34,7 +34,7 @@ internal class Program
|
||||
|
||||
if (char.ToLower(input) == 'y')
|
||||
{
|
||||
await updater.Update();
|
||||
await updater.UpdateAsync();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user