Renamed and modified location on where to find the thermos payload
This commit is contained in:
parent
800e597ae5
commit
444b1d6b30
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