forked from github/szkolny
[App] Fix detecting correct remote repository name.
This commit is contained in:
parent
df7982d11b
commit
bf595dd09c
@ -84,7 +84,7 @@ private def buildGitInfo() {
|
||||
.stream()
|
||||
.map {
|
||||
it.name + "(" + it.URIs.stream()
|
||||
.map { it.rawPath }
|
||||
.map { it.rawPath.stripMargin('/').replace(".git", "") }
|
||||
.toArray()
|
||||
.join(", ") + ")"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user