Skip to content

Commit

Permalink
Fixed typo on the updater
Browse files Browse the repository at this point in the history
  • Loading branch information
Haruki1707 committed Nov 17, 2022
1 parent 39c46ee commit 3f14ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ShortCutes/ShortCutesForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 3f14ff1

Please sign in to comment.