Skip to content

Commit 37b4bf2

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

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
@@ -481,7 +481,7 @@ fn main() -> Result<()> {
481481
push_options.remote_callbacks(callbacks);
482482

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

486486
mirror_remote
487487
.push(&[&refspec], Some(&mut push_options))

0 commit comments

Comments
 (0)