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.
2 parents 86c571b + 83bfd45 commit 1230755Copy full SHA for 1230755
lib/src/install.rs
@@ -406,7 +406,7 @@ async fn initialize_ostree_root_from_self(
406
let target_imgname = opts
407
.target_imgref
408
.as_deref()
409
- .unwrap_or_else(|| state.source.imageref.name.as_str());
+ .unwrap_or(state.source.imageref.name.as_str());
410
let target_transport = ostree_container::Transport::try_from(opts.target_transport.as_str())?;
411
let target_imgref = ostree_container::OstreeImageReference {
412
sigverify: target_sigverify,
0 commit comments