From 3f14ff123fe6072be570d5721b85267daacdf3b8 Mon Sep 17 00:00:00 2001 From: Haruki1707 Date: Wed, 16 Nov 2022 23:59:56 -0600 Subject: [PATCH] Fixed typo on the updater --- ShortCutes/ShortCutesForm.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ShortCutes/ShortCutesForm.cs b/ShortCutes/ShortCutesForm.cs index 1ed6699..e766a8e 100644 --- a/ShortCutes/ShortCutesForm.cs +++ b/ShortCutes/ShortCutesForm.cs @@ -64,7 +64,7 @@ public ShortCutes() private async void ShortCutes_Shown(object sender, EventArgs e) { Updater.GUI_Context = SynchronizationContext.Current; - if (await Updater.CheckUpdateAsync("Haruki1707", "testrepo")) + if (await Updater.CheckUpdateAsync("Haruki1707", "ShortCutes")) { if (Updater.CannotWriteOnDir) MessageForm.Error(Updater.Message);