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
/
conf
/
app.ini
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>
2016-02-29 18:45:12 -0500
committer
Unknwon <u@gogs.io>
2016-02-29 18:45:12 -0500
commit
ea80274229bca259a64fed7eca181e4a82ff0676
(
patch
)
tree
92ab297632eddf55d33835413d681cede98da495
/
conf/app.ini
parent
42a556a082d041cd546fdaa15a63ede5764134ba
(
diff
)
#2700 fix sqlite3 can't create issue with more than one label
Diffstat
(limited to 'conf/app.ini')
-rw-r--r--
conf/app.ini
2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/app.ini b/conf/app.ini
index f50bc0f1..1b457545 100644
--- a/
conf/app.ini
+++ b/
conf/app.ini
@@ -74,7 +74,7 @@ SSH_ROOT_PATH =
; Directory to create temporary files when test publick key using ssh-keygen,
; default is system temporary directory.
SSH_KEY_TEST_PATH =
-; Path to ssh-keygen, default is 'ssh-keygen' and let shells find out which one to call.
+; Path to ssh-keygen, default is 'ssh-keygen' and let shell find out which one to call.
SSH_KEYGEN_PATH = ssh-keygen
; Indicate whether to check minimum key size with corresponding type
MINIMUM_KEY_SIZE_CHECK = false