add missing targeted branch

This commit is contained in:
Simon Vieille 2022-11-13 18:24:53 +01:00
parent 27f4da6637
commit a04ca09d8c
No known key found for this signature in database
GPG key ID: 579388D585F70417

View file

@ -108,6 +108,7 @@ func handleSubDomain(log zerolog.Logger, ctx *context.Context, giteaClient *gite
TryIndexPages: true,
TargetOwner: targetOwner,
TargetRepo: defaultPagesRepo,
TargetBranch: branch,
TargetPath: path.Join(pathElements...),
}, false); works {
log.Debug().Msg("tryBranch, now trying upstream 6")