Skip to content

Commit ec32897

Browse files
authored
Merge branch 'main' into fix-15844-move-sans-serif-up
2 parents e51abe1 + 9f19c2b commit ec32897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/web.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ func setPort(port string) error {
175175

176176
cfg.Section("server").Key("LOCAL_ROOT_URL").SetValue(defaultLocalURL)
177177
if err := cfg.SaveTo(setting.CustomConf); err != nil {
178-
return fmt.Errorf("Error saving generated JWT Secret to custom config: %v", err)
178+
return fmt.Errorf("Error saving generated LOCAL_ROOT_URL to custom config: %v", err)
179179
}
180180
}
181181
return nil

0 commit comments

Comments
 (0)