Skip to content

Commit 5b73536

Browse files
committedOct 21, 2014
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
1 parent 58b75b1 commit 5b73536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/applications/config/management/PhabricatorConfigManagementMigrateWorkflow.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public function execute(PhutilArgumentParser $args) {
5858
PhabricatorConfigEditor::deleteConfig(
5959
$this->getViewer(),
6060
$option,
61-
PhabricatorContentSource::newFromConsole());
61+
PhabricatorContentSource::newConsoleSource());
6262
$key_count++;
6363
$console->writeOut(pht(
6464
'Migrated option "%s" from file to local config.', $key)."\n");

0 commit comments

Comments
 (0)
Failed to load comments.