From 8103d361774cb63b37cfc96cc387edb3d7594d42 Mon Sep 17 00:00:00 2001 From: epriestley Date: Fri, 19 Nov 2021 09:43:44 -0800 Subject: [PATCH] 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 --- scripts/setup/manage_celerity.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/setup/manage_celerity.php b/scripts/setup/manage_celerity.php index bcda6353e1..2ae67743b2 100755 --- a/scripts/setup/manage_celerity.php +++ b/scripts/setup/manage_celerity.php @@ -2,7 +2,7 @@ setTagline(pht('manage celerity'));