Skip to content

Commit 5f16cc5

Browse files
error description return in push
1 parent 152925c commit 5f16cc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/push.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ pub fn push_raw(
224224
"unexpected status code {} while pushing to {} {}",
225225
response.status(),
226226
push_url,
227-
response.text().map(|text| format!("with body {}", text)).unwrap_or_default()
227+
response.text().map(|text| format!("with body `{}`", text)).unwrap_or_default()
228228
))),
229229
}
230230
}

0 commit comments

Comments
 (0)