diff --git a/Controller/UpdateController.php b/Controller/UpdateController.php
index 0b8012c..2fbdc0b 100644
--- a/Controller/UpdateController.php
+++ b/Controller/UpdateController.php
@@ -158,7 +158,7 @@ class UpdateController
 
             if (!file_exists(filename: $langDeDuTarget)) {
                 echo " Downloading $languageFile" . PHP_EOL;
-                $filePath = "https://downloads.phpbb.de/pakete/deutsch/$major.$minor/$availableUpdate/$languageFile" .PHP_EOL;
+                $filePath = "https://downloads.phpbb.de/pakete/deutsch/$major.$minor/$availableUpdate/$languageFile";
                 // https://downloads.phpbb.de/pakete/deutsch/3.3/3.3.10/phpBB_lang_de-3.3.10.tar.bz2
                 // https://downloads.phpbb.de/pakete/deutsch/3.3/3.3.10/phpBB_lang_de-3.3.10.tar.bz2
                 echo "File path: $filePath";