There was an error while loading. Please reload this page.
1 parent df5d7b1 commit 24063c7Copy full SHA for 24063c7
1 file changed
src/ServiceFileCreator.TestApp/Program.cs
@@ -10,7 +10,7 @@ internal class Program
10
static void Main(string[] args)
11
{
12
var currentDirrectory = Directory.GetCurrentDirectory();
13
- var savePath = Directory.GetParent(currentDirrectory).FullName;
+ var savePath = currentDirrectory;
14
15
IHost host = Host.CreateDefaultBuilder(args)
16
0 commit comments