This commit is contained in:
Jean-Marie 'Histausse' Mineau 2024-02-17 21:03:13 +01:00
parent 8ba71e4d59
commit d7a8875a0d
No known key found for this signature in database
GPG key ID: B66AEEDA9B645AD2
4 changed files with 7 additions and 7 deletions

View file

@ -76,7 +76,7 @@ func TLSConfig(mainDomainSuffix string,
owner_exist, err := giteaClient.GiteaCheckIfOwnerExists(targetOwner)
mayObtainCert = owner_exist
if err != nil {
log.Error().Err(err).Msgf("Failed to check '%s' existance on the forge: %s", targetOwner, err)
log.Error().Err(err).Msgf("Failed to check '%s' existence on the forge: %s", targetOwner, err)
mayObtainCert = false
}
}