aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMáximo Cuadros <mcuadros@gmail.com>2020-03-16 12:03:47 +0100
committerMáximo Cuadros <mcuadros@gmail.com>2020-03-16 12:03:47 +0100
commite04168bb11a960018b6bbabd6972fd33163b6f28 (patch)
tree1b61a4e995d9f4b0415a1943c8bb002aee2d8e6a
parent428e28daac4dfab685a78788b925678f45167ab2 (diff)
downloadgo-git-e04168bb11a960018b6bbabd6972fd33163b6f28.tar.gz
Worktree: revert url change on test
-rw-r--r--worktree_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/worktree_test.go b/worktree_test.go
index 838762f..24a65eb 100644
--- a/worktree_test.go
+++ b/worktree_test.go
@@ -692,7 +692,7 @@ func (s *WorktreeSuite) TestCheckoutBisect(c *C) {
c.Skip("skipping test in short mode.")
}
- s.testCheckoutBisect(c, "https://github.com/go-git/go-git.git")
+ s.testCheckoutBisect(c, "https://github.com/src-d/go-git.git")
}
func (s *WorktreeSuite) TestCheckoutBisectSubmodules(c *C) {