wrong scm:url & scm:connection
Closed this issue · 1 comments
MasseGuillaume commented
https://github.com/t2v/stackable-controller/blob/master/project/Build.scala#L35-L36
<url>git@github.com:stackable-controller</url>
<connection>scm:git:git@github.com:stackable-controller</connection>
should be something like
<url>git@github.com:t2v/stackable-controller</url>
<connection>scm:git:git@github.com:t2v/stackable-controller</connection>
Thanks
gakuzzzz commented
Oh! that's right. thanks!!