mirror of
https://github.com/gabrie30/ghorg.git
synced 2026-05-12 07:16:09 +02:00
Merge branch 'master' of https://github.com/gabrie30/ghorg
This commit is contained in:
commit
dbf16d6fdd
@ -586,6 +586,13 @@ func CloneAllRepos(git git.Gitter, cloneTargets []scm.Repo) {
|
||||
if strings.EqualFold(clonedRepoName, targetRepo) {
|
||||
flag = true
|
||||
}
|
||||
|
||||
if os.Getenv("GHORG_CLONE_WIKI") == "true" {
|
||||
targetRepoWiki := targetRepo + ".wiki"
|
||||
if strings.EqualFold(targetRepoWiki, clonedRepoName) {
|
||||
flag = true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if flag {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user