Skip to content

Commit

Permalink
fix: リポジトリ名の更新忘れを修正 (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
stop-pattern authored and automatic9045 committed Jan 2, 2025
1 parent 66c4fb4 commit 0356d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BveEx.Launcher/Hosting/BveExRepositoryHost.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace BveEx.Launcher.Hosting
internal sealed class BveExRepositoryHost
{
private const string RepositoryOwner = "automatic9045";
private const string RepositoryName = "AtsEX";
private const string RepositoryName = "BveEX";

public BveExRepositoryHost()
{
Expand Down

0 comments on commit 0356d37

Please sign in to comment.