Skip to content

Commit

Permalink
s/,/:/ in what appears to be JSON.
Browse files Browse the repository at this point in the history
  • Loading branch information
huonw committed Jun 27, 2014
1 parent c993a54 commit 2f0ac4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/cargo-verify-project.rs
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ fn main() {
}

fn fail(reason: &str, value: &str) {
println!(r#"{{ "{:s}", "{:s}" }}"#, reason, value);
println!(r#"{{ "{:s}": "{:s}" }}"#, reason, value);
set_exit_status(1);
}

0 comments on commit 2f0ac4a

Please sign in to comment.