aboutsummaryrefslogtreecommitdiff
path: root/routes/install.go
diff options
context:
space:
mode:
Diffstat (limited to 'routes/install.go')
-rw-r--r--routes/install.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/routes/install.go b/routes/install.go
index 2c50f1b3..29177936 100644
--- a/routes/install.go
+++ b/routes/install.go
@@ -94,9 +94,9 @@ func GlobalInit() {
log.Trace("SSH server cipher list: %v", setting.SSH.ServerCiphers)
}
- if setting.SSH.RewriteAuthorizedKeysAtStrat {
+ if setting.SSH.RewriteAuthorizedKeysAtStart {
if err := models.RewriteAuthorizedKeys(); err != nil {
- log.Warn("Fail to rewrite authorized_keys file: %v", err)
+ log.Warn("Failed to rewrite authorized_keys file: %v", err)
}
}
}