This commit is contained in:
Graham Christensen 2023-11-08 20:56:48 -05:00
parent 52aff53955
commit 2164106795

View file

@ -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