summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorLibravatar Anirudh Oppiliappan <x@icyphox.sh>2022-12-19 09:57:25 +0530
committerLibravatar Anirudh Oppiliappan <x@icyphox.sh>2022-12-19 09:57:25 +0530
commitfc65017b75f46e02bb32f43dce61fcea8090f785 (patch)
tree14a5a8657e6d9c65d4d4c9ffea120528bd3ea1cd /config
parentdf0962a39ebef3853cbe90b3f7b07f7d2fce96d6 (diff)
downloadlegit-fc65017b75f46e02bb32f43dce61fcea8090f785.tar.gz
legit-fc65017b75f46e02bb32f43dce61fcea8090f785.tar.bz2
legit-fc65017b75f46e02bb32f43dce61fcea8090f785.zip
config: fix yaml
Diffstat (limited to 'config')
-rw-r--r--config/config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.go b/config/config.go
index 743b2f5..8632af8 100644
--- a/config/config.go
+++ b/config/config.go
@@ -22,7 +22,7 @@ type Config struct {
Description string `yaml:"description"`
} `yaml:"meta"`
Server struct {
- Name string `yaml:"fqdn,omitempty"`
+ Name string `yaml:"name,omitempty"`
Host string `yaml:"host"`
Port int `yaml:"port"`
} `yaml:"server"`