mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-22 23:02:41 +01:00
make arc install-certificate <uri> work if uri is specified
Summary: see title Test Plan: ran arc install-certificate <uri> in a directory without an .arcconfig and it worked! ran arc install-certificate in a directory with an .arcconfig and it worked! ran arc install-certificate <uri> in a directory with an .arcconfig and noted it correctly overrode the .arcconfig Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Maniphest Tasks: T2251 Differential Revision: https://secure.phabricator.com/D4332
This commit is contained in:
parent
59e13f666f
commit
0c8fa90040
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ EOTEXT
|
|||
public function run() {
|
||||
|
||||
$uri = $this->determineConduitURI();
|
||||
$this->setConduitURI($uri);
|
||||
|
||||
echo "Installing certificate for '{$uri}'...\n";
|
||||
|
||||
|
|
Loading…
Reference in a new issue