Skip to content

Commit 24063c7

Browse files
committed
Fix path
1 parent df5d7b1 commit 24063c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ServiceFileCreator.TestApp/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ internal class Program
1010
static void Main(string[] args)
1111
{
1212
var currentDirrectory = Directory.GetCurrentDirectory();
13-
var savePath = Directory.GetParent(currentDirrectory).FullName;
13+
var savePath = currentDirrectory;
1414

1515
IHost host = Host.CreateDefaultBuilder(args)
1616

0 commit comments

Comments
 (0)