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 1d444db commit 06ca421Copy full SHA for 06ca421
rust/patchable/src/main.rs
@@ -446,8 +446,8 @@ fn main() -> Result<()> {
446
447
ensure!(!repo_name.is_empty(), ParseUpstreamUrlSnafu { url: &upstream });
448
449
- let mirror_url = format!("https://github.com/stackabletech/{}.git", repo_name);
450
- tracing::info!(%mirror_url, "using mirror repository");
+ let mirror_url = format!("https://github.com/stackabletech/{repo_name}.git");
+ tracing::info!(mirror_url, "using mirror repository");
451
452
// Add mirror remote
453
let mut mirror_remote = product_repo
0 commit comments