Skip to content

Commit 7e03dae

Browse files
committed
Remove test-args
1 parent 07422ce commit 7e03dae

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Atc.CodingRules.Updater.CLI/Program.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ public static class Program
88
{
99
public static Task<int> Main(string[] args)
1010
{
11-
args = new[] { "run", "-p", @"C:\Temp\sletmig", "-v" };
12-
1311
ArgumentNullException.ThrowIfNull(args);
1412

1513
args = SetProjectPathFromDotArgumentIfNeeded(args);

0 commit comments

Comments
 (0)