mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-12-02 11:42:41 +01:00
03a9c516ea
Summary: ...basically by adding "getConduitURI" and then falling through to that, rather than repeating work from the main arc wrapper that setConduitURI in the first place. The explicit drawback here is the error message gets a little more vague. Test Plan: - arc install-certifate --conduit-uri=https://secure.phabricator.com // verified that the install flow was going for https://secure.phabricator.com...! - arc install-certificate https://secure.phabricator.com // verified that the install flow was going for https://secure.phabricator.com...! - arc install-certificate // verified that it reverted back to the .arcconfig conduit uri Reviewers: epriestley Reviewed By: epriestley CC: aran, epriestley Maniphest Tasks: T794 Differential Revision: https://secure.phabricator.com/D1468 |
||
---|---|---|
.. | ||
__init__.php | ||
ArcanistBaseWorkflow.php |