mirror of
https://github.com/maunium/stickerpicker
synced 2024-12-21 06:30:43 +00:00
Add missing character
This commit is contained in:
parent
8cea4a46d0
commit
0591df0f7e
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue