mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-19 05:12:41 +01:00
Fix a typo in an admin tool
Summary: Fixes T6358. Test Plan: ran bin/migrate Reviewers: epriestley, chad Reviewed By: chad Subscribers: Korvin, epriestley Maniphest Tasks: T6358 Differential Revision: https://secure.phabricator.com/D10735
This commit is contained in:
parent
58b75b15fa
commit
5b7353689e
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ final class PhabricatorConfigManagementMigrateWorkflow
|
|||
PhabricatorConfigEditor::deleteConfig(
|
||||
$this->getViewer(),
|
||||
$option,
|
||||
PhabricatorContentSource::newFromConsole());
|
||||
PhabricatorContentSource::newConsoleSource());
|
||||
$key_count++;
|
||||
$console->writeOut(pht(
|
||||
'Migrated option "%s" from file to local config.', $key)."\n");
|
||||
|
|
Loading…
Reference in a new issue