diff --git a/src/workflow/ArcanistInstallCertificateWorkflow.php b/src/workflow/ArcanistInstallCertificateWorkflow.php index dc48684d..fb1cd46e 100644 --- a/src/workflow/ArcanistInstallCertificateWorkflow.php +++ b/src/workflow/ArcanistInstallCertificateWorkflow.php @@ -52,6 +52,7 @@ EOTEXT public function run() { $uri = $this->determineConduitURI(); + $this->setConduitURI($uri); echo "Installing certificate for '{$uri}'...\n";