Renamed and modified location on where to find the thermos payload
This commit is contained in:
parent
baffe83f62
commit
f8ebf4ab92
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ func main() {
|
||||||
|
|
||||||
switch *executor {
|
switch *executor {
|
||||||
case "thermos":
|
case "thermos":
|
||||||
payload, err := ioutil.ReadFile("thermos_payload.json")
|
payload, err := ioutil.ReadFile("examples/thermos_payload.json")
|
||||||
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
fmt.Print("Error reading json config file: ", err)
|
fmt.Print("Error reading json config file: ", err)
|
Loading…
Add table
Add a link
Reference in a new issue