This commit is contained in:
2025-03-18 17:14:19 +01:00
parent 00f4e11f02
commit 3ee939db1d

View File

@@ -430,7 +430,7 @@ func importRepos(packages []string) {
Organization: org,
}), r.DefaultAuthentication)
if err != nil {
log.Panicln("Error while trying to create fork from pool", pkg.Name, err)
log.Panicln("Error while trying to create fork from", pkg.Owner.UserName, pkg.Name, "to", org, ":", err)
}
repo = fork.Payload