Skip to content

Commit

Permalink
Update lib/src/install.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Omer Tuchfeld <[email protected]>
  • Loading branch information
cgwalters and omertuc authored Nov 19, 2024
1 parent a09a1da commit e8f5fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/install.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1655,7 +1655,7 @@ pub(crate) async fn install_to_filesystem(
let possible_ostree_dir = possible_physical_root.join("ostree");
if possible_ostree_dir.exists() {
tracing::debug!(
"ostree detected in {possible_ostree_dir}, assuming / is a deployment root and using {possible_physical_root} as target root"
"ostree detected in {possible_ostree_dir}, assuming {root_path} is a deployment root and using {possible_physical_root} as target root"
);
fsopts.root_path = possible_physical_root;
};
Expand Down

0 comments on commit e8f5fd1

Please sign in to comment.