fix toml struct string

This commit is contained in:
Ranjib Dey 2015-10-05 13:27:51 -07:00 committed by Cameron Sparr
parent 8e52905ea9
commit ca0e732331
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ import (
)
type Specification struct {
PidFile string
PidFile string `toml:"pid_file"`
Exe string
Prefix string
}