Skip to content

Commit

Permalink
fix: auto update link
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanJosipovic committed Jun 2, 2024
1 parent e54ef7b commit 2a24c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/KubeUI/ViewModels/MainViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ private void OpenAbout()

private void CheckVersion()
{
var sor = new GithubSource("https://github.com/IvanJosipovic/KubeUI2", null, true);
var sor = new GithubSource("https://github.com/IvanJosipovic/KubeUI", null, true);

var arch = "x64";

Expand Down

0 comments on commit 2a24c54

Please sign in to comment.