Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc committed Nov 9, 2023
1 parent 52aff53 commit 2164106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/planner/ostree.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2164106

Please sign in to comment.