Forgot to open the correct file

This commit is contained in:
lordwelch 2017-11-10 14:29:40 -07:00
parent ef37cc4317
commit 7b401e28b8

View File

@ -119,7 +119,7 @@ func main() {
content []byte
)
T, err = os.Open(file.Name())
T, err = os.Open(path.Join(cfgPath, file.Name()))
if err != nil {
panic(err)
}