mirror of
https://we.phorge.it/source/phorge.git
synced 2025-02-01 01:18:22 +01:00
Separate missing patches by newlines
Test Plan: Looked at it. Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D6493
This commit is contained in:
parent
3c3b1f68d5
commit
21d5992a58
1 changed files with 2 additions and 2 deletions
|
@ -101,8 +101,8 @@ final class PhabricatorSetupCheckDatabase extends PhabricatorSetupCheck {
|
|||
->setName(pht('Upgrade MySQL Schema'))
|
||||
->setMessage(pht(
|
||||
"Run the storage upgrade script to upgrade Phabricator's database ".
|
||||
"schema. Missing patches: %s.",
|
||||
implode(', ', array_keys($diff))))
|
||||
"schema. Missing patches:<br />%s<br />",
|
||||
phutil_implode_html(phutil_tag('br'), array_keys($diff))))
|
||||
->addCommand(
|
||||
hsprintf('<tt>phabricator/ $</tt> ./bin/storage upgrade'));
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue