cli/setup: Do not translate \n again
This commit is contained in:
parent
f9ca0296a4
commit
90fb44122b
|
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue