Skip to content

Commit 06ca421

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rust/patchable/src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -446,8 +446,8 @@ fn main() -> Result<()> {
446446

447447
ensure!(!repo_name.is_empty(), ParseUpstreamUrlSnafu { url: &upstream });
448448

449-
let mirror_url = format!("https://github.com/stackabletech/{}.git", repo_name);
450-
tracing::info!(%mirror_url, "using mirror repository");
449+
let mirror_url = format!("https://github.com/stackabletech/{repo_name}.git");
450+
tracing::info!(mirror_url, "using mirror repository");
451451

452452
// Add mirror remote
453453
let mut mirror_remote = product_repo

0 commit comments

Comments
 (0)