diff --git a/src/workflow/ArcanistLandWorkflow.php b/src/workflow/ArcanistLandWorkflow.php --- a/src/workflow/ArcanistLandWorkflow.php +++ b/src/workflow/ArcanistLandWorkflow.php @@ -191,7 +191,7 @@ if ($this->useSquash) { $this->rebase(); - $this->squash(); + $this->squash(); } else { $this->merge(); } @@ -1015,7 +1015,7 @@ $this->getConduit()->callMethodSynchronous( 'diffusion.looksoon', array( - 'callsign' => $this->getRepositoryCallsign(), + 'callsigns' => array($this->getRepositoryCallsign()), )); } catch (ConduitClientException $ex) { // If we hit an exception, just ignore it. Likely, we are running