We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aa1769 commit 37b4bf2Copy full SHA for 37b4bf2
rust/patchable/src/main.rs
@@ -481,7 +481,7 @@ fn main() -> Result<()> {
481
push_options.remote_callbacks(callbacks);
482
483
let refspec = format!("{base_commit}:refs/tags/{base}");
484
- tracing::info!(refspec = refspec, "constructed push refspec");
+ tracing::info!(refspec, "constructed push refspec");
485
486
mirror_remote
487
.push(&[&refspec], Some(&mut push_options))
0 commit comments