Skip to content

Commit b8d353f

Browse files
committed
Releasable commit links to ....git are broken
We can clone with or without the trailing .git but this should fix the links in relesable updates
1 parent e4f2155 commit b8d353f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config-default.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"projects": {
33
"rakudo-moar": {
4-
"repo-origin": "https://github.com/rakudo/rakudo.git",
4+
"repo-origin": "https://github.com/rakudo/rakudo",
55
"repo-path": "./data/rakudo-moar",
66
"archives-path": "./data/builds/rakudo-moar"
77
},
88
"moarvm": {
9-
"repo-origin": "https://github.com/MoarVM/MoarVM.git",
9+
"repo-origin": "https://github.com/MoarVM/MoarVM",
1010
"repo-path": "./data/moarvm",
1111
"archives-path": "./data/builds/moarvm"
1212
}

0 commit comments

Comments
 (0)