aboutsummaryrefslogtreecommitdiff
path: root/internal/conf
diff options
context:
space:
mode:
authorᴜɴᴋɴᴡᴏɴ <u@gogs.io>2020-09-18 16:19:31 +0800
committerGitHub <noreply@github.com>2020-09-18 16:19:31 +0800
commitdda1092e74fa82f23a7ad62434fc60200f8df5ca (patch)
tree6e4d012ec23431947b52081d8f979acc1f3a2f21 /internal/conf
parent8b75e9a442fdd0768b8a6d1bd6dcb085bbb7f2b7 (diff)
gitutil: infer submodule with baseURL when it is a relative path (#6337)
Diffstat (limited to 'internal/conf')
-rw-r--r--internal/conf/testdata/TestInit.golden.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/conf/testdata/TestInit.golden.ini b/internal/conf/testdata/TestInit.golden.ini
index 3dc112d6..1e545503 100644
--- a/internal/conf/testdata/TestInit.golden.ini
+++ b/internal/conf/testdata/TestInit.golden.ini
@@ -78,7 +78,7 @@ LOGIN_STATUS_COOKIE_NAME=login_status
[email]
ENABLED=true
-SUBJECT_PREFIX=[Testing]
+SUBJECT_PREFIX="[Testing] "
HOST=smtp.mailgun.org:587
FROM=noreply@gogs.localhost
USER=noreply@gogs.localhost