fix toml struct string

This commit is contained in:
Ranjib Dey 2015-10-05 13:27:51 -07:00
parent ac8f1b8a37
commit 062346d0d1
1 changed files with 1 additions and 1 deletions

View File

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