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