Page MenuHomePhabricator
Paste P2123

Masterwork From Distant Lands
ActivePublic

Authored by swisspol on Oct 22 2019, 9:33 PM.
Tags
None
Referenced Files
F6969070: raw.txt
Oct 22 2019, 9:33 PM
Subscribers
None
diff --git a/src/land/ArcanistGitLandEngine.php b/src/land/ArcanistGitLandEngine.php
index 8d8f6dc2..bf8e18e7 100644
--- a/src/land/ArcanistGitLandEngine.php
+++ b/src/land/ArcanistGitLandEngine.php
@@ -11,7 +11,7 @@ final class ArcanistGitLandEngine
public function execute() {
$this->verifySourceAndTargetExist();
- $this->fetchTarget();
+ //$this->fetchTarget();
$this->printLandingCommits();

Event Timeline

swisspol changed the title of this paste from untitled to Masterwork From Distant Lands.