Rename Update to UpdateAsync

This commit is contained in:
Stone_Red
2026-02-20 21:01:02 +01:00
parent 8080b2fd11
commit c6853601ac
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ internal class Program
if (char.ToLower(input) == 'y')
{
await updater.Update();
await updater.UpdateAsync();
}
}