1
0
Fork 1
mirror of https://github.com/maunium/stickerpicker synced 2024-12-21 06:30:43 +00:00

Add missing character

This commit is contained in:
Tulir Asokan 2024-12-03 00:12:43 +02:00
parent 8cea4a46d0
commit 0591df0f7e

View file

@ -33,7 +33,7 @@ import (
type Config struct {
mediaproxy.BasicConfig `yaml:",inline"`
mediaproxy.ServerConfig `yaml:",inline"`
Destination string `yaml:"destination"
Destination string `yaml:"destination"`
}
var configPath = flag.String("config", "config.yaml", "config file path")