fix toml struct string

This commit is contained in:
Ranjib Dey
2015-10-07 11:11:47 -06:00
committed by Cameron Sparr
parent 8e52905ea9
commit ca0e732331
+1 -1
View File
@@ -12,7 +12,7 @@ import (
)
type Specification struct {
PidFile string
PidFile string `toml:"pid_file"`
Exe string
Prefix string
}