Skip to content

Commit e5ccbac

Browse files
committed
[Fix] Wrong closing tag
1 parent 7c8aeb9 commit e5ccbac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public static void Main(string[] args) {
2929
<!-- MSBuild variables -->
3030
<PropertyGroup>
3131
<RL2_Path>{directory}</RL2_Path>
32-
<RL2_DataPath>{DataPath}</RL2_DataPathPath>
32+
<RL2_DataPath>{DataPath}</RL2_DataPath>
3333
<RL2_LibPath>{DataPath}</RL2_LibPath>
3434
</PropertyGroup>
3535

0 commit comments

Comments
 (0)