Renamed and modified location on where to find the thermos payload

This commit is contained in:
Renan DelValle 2016-08-02 11:58:33 -07:00
parent baffe83f62
commit f8ebf4ab92

View file

@ -46,7 +46,7 @@ func main() {
switch *executor {
case "thermos":
payload, err := ioutil.ReadFile("thermos_payload.json")
payload, err := ioutil.ReadFile("examples/thermos_payload.json")
if err != nil {
fmt.Print("Error reading json config file: ", err)