Skip to content

Commit

Permalink
Fix quotes.
Browse files Browse the repository at this point in the history
  • Loading branch information
niklaslundberg committed Jul 10, 2023
1 parent 5fd447c commit ed3c9d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Arbor.Tooler.ConsoleClient/ToolerConsole.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace Arbor.Tooler.ConsoleClient
{
public sealed class ToolerConsole : IDisposable
{
public const string OutputTemplate = "{Message}{NewLine}";
public const string OutputTemplate = "{Message:l}{NewLine}";
private readonly string[] _args;

public ILogger Logger { get; private set; }
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
{
"key": "minor",
"value": 24
"value": 25
},
{
"key": "patch",
Expand Down

0 comments on commit ed3c9d4

Please sign in to comment.