diff options
author | Øyvind A. Holm <sunny@sunbase.org> | 2012-11-27 21:58:44 +0100 |
---|---|---|
committer | Øyvind A. Holm <sunny@sunbase.org> | 2012-11-27 21:58:44 +0100 |
commit | c71a5906318cd1172d41d08698c7aa77061e71f7 (patch) | |
tree | 2d2976514e8bed97c9f402fb42864a4a33f6d993 /doc | |
parent | ab3541a1bcfe9f2bb6cade097231f01c045de46d (diff) |
Typo fix and remove trailing whitespace
In the bug report I just posted.
52e208c6-38d5-11e2-be82-00c0a8deee11
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/JSON_output_broken_with___34__git_annex_sync__34__.mdwn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/bugs/JSON_output_broken_with___34__git_annex_sync__34__.mdwn b/doc/bugs/JSON_output_broken_with___34__git_annex_sync__34__.mdwn index b53ddf957..00a4c2237 100644 --- a/doc/bugs/JSON_output_broken_with___34__git_annex_sync__34__.mdwn +++ b/doc/bugs/JSON_output_broken_with___34__git_annex_sync__34__.mdwn @@ -6,13 +6,13 @@ What is the expected output? What do you see instead? Expecting valid JSON, instead this happens: - $ git annex -j sync | json_reformat + $ git annex -j sync | json_reformat lexical error: invalid char in json text. {"command":"commit","file":""# On branch master nothing to c (right here) ------^ - $ + $ What version of git-annex are you using? On what operating system? -Newest standalone (3.20121126), Linux i386. The "joson_reformat" program is from the "yajl-tools" .deb package. +Newest standalone (3.20121126), Linux i386. The "json_reformat" program is from the "yajl-tools" .deb package. |