Skip to content

Commit 5aa1769

Browse files
dervoetinightkr
andauthored
Update rust/patchable/src/main.rs
Co-authored-by: Natalie Klestrup Röijezon <[email protected]>
1 parent 06ca421 commit 5aa1769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/patchable/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ fn main() -> Result<()> {
480480
let mut push_options = git2::PushOptions::new();
481481
push_options.remote_callbacks(callbacks);
482482

483-
let refspec = format!("{}:refs/tags/{}", base_commit, base);
483+
let refspec = format!("{base_commit}:refs/tags/{base}");
484484
tracing::info!(refspec = refspec, "constructed push refspec");
485485

486486
mirror_remote

0 commit comments

Comments
 (0)