mirror of
https://github.com/maunium/stickerpicker.git
synced 2025-01-30 11:54:57 +01:00
Add missing character
This commit is contained in:
parent
8cea4a46d0
commit
0591df0f7e
@ -33,7 +33,7 @@ import (
|
|||||||
type Config struct {
|
type Config struct {
|
||||||
mediaproxy.BasicConfig `yaml:",inline"`
|
mediaproxy.BasicConfig `yaml:",inline"`
|
||||||
mediaproxy.ServerConfig `yaml:",inline"`
|
mediaproxy.ServerConfig `yaml:",inline"`
|
||||||
Destination string `yaml:"destination"
|
Destination string `yaml:"destination"`
|
||||||
}
|
}
|
||||||
|
|
||||||
var configPath = flag.String("config", "config.yaml", "config file path")
|
var configPath = flag.String("config", "config.yaml", "config file path")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user