fix: set develMode again
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
066d5da42f
commit
258d9a5352
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user