index
:
gogs.git
Gogs is a painless self-hosted Git service
log msg
author
committer
range
buildscript
main
mygogs
about
summary
refs
log
tree
commit
diff
path:
root
/
routes
/
install.go
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Unknwon <u@gogs.io>
2018-03-30 04:40:13 -0400
committer
Unknwon <u@gogs.io>
2018-03-30 04:40:13 -0400
commit
34bd04f92580690af019dcc4349fe6f3c8dba006
(
patch
)
tree
0ed703f3998ddfd82dd21f5f294e92b83f5a19e9
/
routes/install.go
parent
17d789a7856c1c62f354b2f6488952b62a7bad1b
(
diff
)
MISC: fix typo and grammar
Reference: https://github.com/gogits/gogs/commit/932490d7f137a2adf896e4e9326f4e8f2b9a2b54#commitcomment-28344918
Diffstat
(limited to 'routes/install.go')
-rw-r--r--
routes/install.go
4
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)
}
}
}