Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
aviramha committed Nov 28, 2024
1 parent c7d7f34 commit 8c3c98c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mirrord/cli/src/container.rs
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,9 @@ pub(crate) async fn container_command(
.status()
.await;

let _ = composed_config_file.close();
if let Err(err) = composed_config_file.keep() {
tracing::warn!(?err, "failed to keep composed config file");
}

match runtime_command_result {
Err(err) => {
Expand Down

0 comments on commit 8c3c98c

Please sign in to comment.