Skip to content

Commit fcd8c9c

Browse files
author
Joshua Spence
committedMar 2, 2017
Update phd launch
Summary: Ref T12298. `phd launch` was missed in D17390 and thus broken by D17389. Test Plan: Launched a daemon with great success. Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: Korvin Maniphest Tasks: T12298 Differential Revision: https://secure.phabricator.com/D17429
1 parent 5fad7eb commit fcd8c9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/applications/daemon/management/PhabricatorDaemonManagementLaunchWorkflow.php

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ public function execute(PhutilArgumentParser $args) {
4545

4646
$daemon = array();
4747
$daemon['class'] = array_shift($argv);
48+
$daemon['label'] = $daemon['class'];
4849
$daemon['argv'] = $argv;
4950

5051
$daemons = array_fill(0, $daemon_count, $daemon);

0 commit comments

Comments
 (0)
Failed to load comments.