Skip to content

Commit 8103d36

Browse files
author
epriestley
committedNov 19, 2021
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
1 parent c7b0417 commit 8103d36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎scripts/setup/manage_celerity.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?php
33

44
$root = dirname(dirname(dirname(__FILE__)));
5-
require_once $root.'/scripts/__init_script__.php';
5+
require_once $root.'/scripts/init/init-setup.php';
66

77
$args = new PhutilArgumentParser($argv);
88
$args->setTagline(pht('manage celerity'));

0 commit comments

Comments
 (0)
Failed to load comments.