Skip to content

Commit 869790f

Browse files
committed
Fix stdout->stderr typo in cred.rs
1 parent 6f3905d commit 869790f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cred.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ impl CredentialHelper {
427427
let output = my_try!(p.wait_with_output());
428428
if !output.status.success() {
429429
debug!(
430-
"credential helper failed: {}\nstdout ---\n{}\nstdout ---\n{}",
430+
"credential helper failed: {}\nstdout ---\n{}\nstderr ---\n{}",
431431
output.status,
432432
String::from_utf8_lossy(&output.stdout),
433433
String::from_utf8_lossy(&output.stderr)

0 commit comments

Comments
 (0)