We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7696c8b commit df5d7b1Copy full SHA for df5d7b1
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).Parent.Parent.FullName;
+ var savePath = Directory.GetParent(currentDirrectory).FullName;
14
15
IHost host = Host.CreateDefaultBuilder(args)
16
0 commit comments