Skip to content

Commit

Permalink
fix repository link in HelpCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
kentico-ericd committed Jul 3, 2024
1 parent 96b59c8 commit a031137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/HelpCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public override async Task Execute(ToolProfile? profile, string? action)
AnsiConsole.WriteLine($" v{v.Major}.{v.Minor}.{v.Build}");
}

AnsiConsole.MarkupInterpolated($" [{Constants.EMPHASIS_COLOR}]https://github.com/kentico/xperience-manager[/]\n");
AnsiConsole.MarkupInterpolated($" [{Constants.EMPHASIS_COLOR}]https://github.com/Kentico/xperience-by-kentico-manager[/]\n");

var table = new Table()
.AddColumn("Command")
Expand Down

0 comments on commit a031137

Please sign in to comment.