Skip to content

Commit

Permalink
#218 reverted sample config format to make e2e tests work
Browse files Browse the repository at this point in the history
  • Loading branch information
bugy committed Mar 10, 2023
1 parent 9327b45 commit 0bd7a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/configs/destroy_world.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"script_path": "/usr/bin/python3 ./samples/scripts/destroy_world.py",
"description": "This is a very dangerous script, please be careful when running. Don't forget your protective helmet.",
"requires_terminal": false,
"output_format": "text",
"output_format": "terminal",
"preload_script": {
"script": "echo 'This is a <b>preload</b> script showing some info.</br>'",
"output_format": "html"
Expand Down

0 comments on commit 0bd7a3d

Please sign in to comment.