Skip to content

Commit

Permalink
Fix wrong bolding in index header
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeliux committed Aug 17, 2024
1 parent be0550e commit d86c137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/Kryptor.Cli.Shared/Wordlist/IndexSessionHost.cs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public override void Start(ClientContext context)
string header = "# Wordlist Index\n\n" +
$"Auto generated by Kryptor CLI v**{Program.Context.CliVersion}**\n\n" +
$"Last update time: **{DateTime.UtcNow} UTC**\n\n" +
$"Currently there are **{LocalIndex.Wordlists.Count} available wordlists to download.**\n\n" +
$"Currently there are **{LocalIndex.Wordlists.Count}** available wordlists to download.\n\n" +
"| Identifier | Name | Lines | Words* | Size | Download |\n" +
"| :--------: | :--: | :---: | :----: | :--: | :------: |\n";

Expand Down

0 comments on commit d86c137

Please sign in to comment.