mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-09 16:32:39 +01:00
Remove "bin/celerity" dependency on database setup
Summary: Ref PHI2157. Like other low-level tools, "bin/celerity" does not need databases configured in order to execute. Test Plan: Ran `bin/celerity map` with and without the database available. Differential Revision: https://secure.phabricator.com/D21730
This commit is contained in:
parent
c7b04170fe
commit
8103d36177
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
$root = dirname(dirname(dirname(__FILE__)));
|
$root = dirname(dirname(dirname(__FILE__)));
|
||||||
require_once $root.'/scripts/__init_script__.php';
|
require_once $root.'/scripts/init/init-setup.php';
|
||||||
|
|
||||||
$args = new PhutilArgumentParser($argv);
|
$args = new PhutilArgumentParser($argv);
|
||||||
$args->setTagline(pht('manage celerity'));
|
$args->setTagline(pht('manage celerity'));
|
||||||
|
|
Loading…
Reference in a new issue