Skip to content

Commit 50cc63f

Browse files
authored
Merge pull request #133 from sgala/github-no-anonymous-git-protocol
Github does not allow anonymous git protocol, so testsuite was failing
2 parents 3927c33 + d46634e commit 50cc63f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/test/groovy/noe/common/utils/GitUtilsTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import org.junit.Test
88

99
class GitUtilsTest {
1010

11-
private static final String TEST_REPO_URL = "git://github.com/schacon/grit.git"
11+
private static final String TEST_REPO_URL = "https://github.com/schacon/grit.git"
1212

1313
private static File TEST_DIR
1414

0 commit comments

Comments
 (0)