diff --git a/ai-context.ps1 b/ai-context.ps1 index d3ac532..0327146 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