Skip to content

Commit 0006ce6

Browse files
xiciluanDaniel Kozlowski
authored andcommitted
add ssh://git@github.com/robinhoodmarkets/rh.git to rh remote url (#11)
1 parent 1f82656 commit 0006ce6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/workflow/ArcanistDiffWorkflow.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ private function runRebaseToStable() {
364364
$do_rebase = false;
365365
echo "Failed to execute `git remote get-url origin`, please check if you are under the correct repo.";
366366
}
367-
if ($remote_url[0] != "git@github.com:robinhoodmarkets/rh.git" && $remote_url[0] != "git@github.com:robinhoodmarkets/rh") {
367+
if ($remote_url[0] != "git@github.com:robinhoodmarkets/rh.git" && $remote_url[0] != "git@github.com:robinhoodmarkets/rh" && $remote_url[0] != "ssh://git@github.com/robinhoodmarkets/rh.git") {
368368
$do_rebase = false;
369369
echo "Will not perform auto-rebase since you are currently outside of `rh` monorepo.";
370370
}

0 commit comments

Comments
 (0)