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 06ca421 commit 5aa1769Copy full SHA for 5aa1769
rust/patchable/src/main.rs
@@ -480,7 +480,7 @@ fn main() -> Result<()> {
480
let mut push_options = git2::PushOptions::new();
481
push_options.remote_callbacks(callbacks);
482
483
- let refspec = format!("{}:refs/tags/{}", base_commit, base);
+ let refspec = format!("{base_commit}:refs/tags/{base}");
484
tracing::info!(refspec = refspec, "constructed push refspec");
485
486
mirror_remote
0 commit comments