Rebrand collaboration

This commit is contained in:
André Duffeck
2025-01-16 15:00:44 +01:00
parent 31965a8f9d
commit 291476ead6
3 changed files with 6 additions and 6 deletions
@@ -107,8 +107,8 @@ func EnsureDefaults(cfg *config.Config) {
}
// Copy the app name into the product name if empty.
// This is for the upgrade from OCIS 6 to 7 where we didn't have product
// name and the app name was acting as such. From OCIS 7, the product name
// This is for the upgrade from OpenCloud 6 to 7 where we didn't have product
// name and the app name was acting as such. From OpenCloud 7, the product name
// should be set manually in the configuration.
if cfg.App.Product == "" {
cfg.App.Product = cfg.App.Name