Skip to content

Commit f15c869

Browse files
oops
1 parent 1c3b929 commit f15c869

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TestCategoryLister/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ static void Main(string[] args)
1313
return;
1414
}
1515

16-
var path = "args[0]";
16+
var path = args[0];
1717
var asm = Assembly.LoadFrom(path);
1818

1919
foreach (var type in asm.GetTypes())

0 commit comments

Comments
 (0)