fix: set develMode again
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
leo 2023-05-03 02:35:35 +02:00
parent 066d5da42f
commit 258d9a5352
Signed by: wanderer
SSH Key Fingerprint: SHA256:Dp8+iwKHSlrMEHzE3bJnPng70I7LEsa3IJXRH/U+idQ

@ -56,7 +56,8 @@ func (s *Settings) Consolidate(conf *config.Config, host *string, port *int, dev
}
if d := *devel; d != conf.DevelMode {
log.Debugf(overrideMsg, "develMode", devel)
log.Debugf(overrideMsg, "develMode", d)
s.SetIsDevel(d)
}
s.SetVersion(version)