1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2024-11-24 08:02:18 +02:00

fixed parse error w/ auto-generated toml file

This commit is contained in:
Brad 2014-06-05 12:07:24 -07:00
parent 54ccb62f00
commit 7fa5cae9d1

View File

@ -40,7 +40,7 @@ func init() {
var defaultConfig = `
# Enables user self-registration. If false, the system administrator
# will need to manually add users to the system.
registration: true
registration = true
[smtp]
host = ""