Skip to content

Commit df5d7b1

Browse files
committed
Fix saved path
1 parent 7696c8b commit df5d7b1

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).Parent.Parent.FullName;
13+
var savePath = Directory.GetParent(currentDirrectory).FullName;
1414

1515
IHost host = Host.CreateDefaultBuilder(args)
1616

0 commit comments

Comments
 (0)