cli/setup: Do not translate \n again

This commit is contained in:
Eric Lippmann 2014-12-30 15:55:14 +01:00
parent f9ca0296a4
commit 90fb44122b
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ class ConfigCommand extends Command
));
}
printf($this->translate("Successfully created configuration directory at: %s\n"), $configDir);
printf($this->translate('Successfully created configuration directory %s') . PHP_EOL, $configDir);
}
/**