From d6dfc189e93aef50fcbd9b76c77bace2e364254b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jochen=20K=C3=BChner?= Date: Tue, 17 Mar 2026 11:26:04 +0100 Subject: [PATCH] Update print statement from 'Hello' to 'Goodbye' --- TiaGitHandler/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)