mirror of
https://github.com/maunium/stickerpicker.git
synced 2025-07-16 14:03:28 +02:00
Add missing character
This commit is contained in:
@ -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")
|
||||
|
Reference in New Issue
Block a user