From 21641067957c2d2b1debe72c3c431263b5b57462 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Wed, 8 Nov 2023 20:56:48 -0500 Subject: [PATCH] ... --- src/planner/ostree.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/planner/ostree.rs b/src/planner/ostree.rs index 29087e0a3..e0caa04c7 100644 --- a/src/planner/ostree.rs +++ b/src/planner/ostree.rs @@ -198,7 +198,7 @@ impl Planner for Ostree { .boxed(), ); - if Path::new("/etc/fish").is_directory() { + if Path::new("/etc/fish").is_dir() { plan.push( CreateDirectory::plan(&OSTREE_FISH_PROFILE_LOCATION, None, None, 0o0755, true) .await