From f4b203cec55eda64b5ada5d21bd8817699d932d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernhard=20M=C3=BCller?= Date: Mon, 27 Jul 2026 16:43:18 +0200 Subject: [PATCH] fix(frontend): testcommit --- ai-context.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai-context.ps1 b/ai-context.ps1 index decb4dd..d3ac532 100644 --- a/ai-context.ps1 +++ b/ai-context.ps1 @@ -28,4 +28,4 @@ foreach ($f in $Files) { "`n" | Out-File -Append $OutFile -Encoding UTF8 } -Write-Host "Erfolgreich! Der Kontext für Backend und Frontend wurde in '$OutFile' gespeichert." \ No newline at end of file +Write-Host "Erfolgreich! Der Kontext für Backend und Frontend wurde in '$OutFile' gespeichert.." \ No newline at end of file