Skip to content

Commit 0229fda

Browse files
committed
Fix lint
1 parent 8e259fb commit 0229fda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routers/install/install.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ func SubmitInstall(ctx *context.Context) {
446446
}
447447

448448
// Re-read settings
449-
PostInstallInit(ctx)
449+
PostInit(ctx)
450450

451451
// Create admin account
452452
if len(form.AdminName) > 0 {

0 commit comments

Comments
 (0)