Skip to content

Commit 3963cb2

Browse files
committed
....
1 parent e6125e8 commit 3963cb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FilesCore/LinesHaving.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public int Run(RunArgs ra)
7373
if (append < 1)
7474
File.WriteAllText(outfile, outLines.ToString().Trim());
7575
else
76-
File.WriteAllText(outfile, outLines.ToString().Trim());
76+
File.AppendAllText(outfile, outLines.ToString().Trim());
7777
$"Done, {counter} matching lines.".PrintLine();
7878

7979
return 0;

0 commit comments

Comments
 (0)