Skip to content

Commit c561c86

Browse files
CopilotMalcolmnixon
andcommitted
Fix Program.cs to use context.WriteLine for version output
Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
1 parent a3f0b53 commit c561c86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DemaConsulting.BuildMark/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public static void Run(Context context)
9292
// Priority 1: Version query
9393
if (context.Version)
9494
{
95-
Console.WriteLine(Version);
95+
context.WriteLine(Version);
9696
return;
9797
}
9898

0 commit comments

Comments
 (0)