Skip to content

Commit

Permalink
Merge pull request #876 from omertuc/typo
Browse files Browse the repository at this point in the history
install: context typo
  • Loading branch information
cgwalters authored Nov 6, 2024
2 parents 093ddc6 + a45c6fe commit 10ef6e2
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 @@ -1493,7 +1493,7 @@ fn require_empty_rootdir(rootfs_fd: &Dir) -> Result<()> {
}

/// Remove all entries in a directory, but do not traverse across distinct devices.
#[context("Removing entries (noxdev")]
#[context("Removing entries (noxdev)")]
fn remove_all_in_dir_no_xdev(d: &Dir) -> Result<()> {
let parent_dev = d.dir_metadata()?.dev();
for entry in d.entries()? {
Expand Down

0 comments on commit 10ef6e2

Please sign in to comment.