Skip to content

Commit 0bd7a3d

Browse files
committed
bugy#218 reverted sample config format to make e2e tests work
1 parent 9327b45 commit 0bd7a3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/configs/destroy_world.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"script_path": "/usr/bin/python3 ./samples/scripts/destroy_world.py",
44
"description": "This is a very dangerous script, please be careful when running. Don't forget your protective helmet.",
55
"requires_terminal": false,
6-
"output_format": "text",
6+
"output_format": "terminal",
77
"preload_script": {
88
"script": "echo 'This is a <b>preload</b> script showing some info.</br>'",
99
"output_format": "html"

0 commit comments

Comments
 (0)