fix toml struct string
This commit is contained in:
parent
8e52905ea9
commit
ca0e732331
|
@ -12,7 +12,7 @@ import (
|
|||
)
|
||||
|
||||
type Specification struct {
|
||||
PidFile string
|
||||
PidFile string `toml:"pid_file"`
|
||||
Exe string
|
||||
Prefix string
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue