Skip to content
Snippets Groups Projects
Commit 8abc2d46 authored by nimrod's avatar nimrod
Browse files

Correct JSON syntax.

parent bc634695
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
fail () fail ()
{ {
echo "{\"failed\": true, \"msg\": \"$1\" \"bits\": 0}" echo "{\"failed\": true, \"msg\": \"$1\", \"bits\": 0}"
exit exit
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment