diff --git a/TiaGitHandler/Program.cs b/TiaGitHandler/Program.cs index d38df47a..84480af5 100644 --- a/TiaGitHandler/Program.cs +++ b/TiaGitHandler/Program.cs @@ -138,7 +138,7 @@ static void Main(string[] args) } exportPath = Path.GetDirectoryName(file); - exportPath = Path.GetFullPath(Path.Combine(exportPath, "..\\out\\Export")); + exportPath = Path.GetFullPath(Path.Combine(exportPath, "..\\Export")); } else if (res != null)