Skip to content

Commit

Permalink
MacOS installer does not honor case sensitive setting (#748)
Browse files Browse the repository at this point in the history
* MacOS should respect case-sensitivity setting

* Fix warning
  • Loading branch information
Hoverbear authored Nov 28, 2023
1 parent 41a96f4 commit cd61f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/planner/macos.rs
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ impl Planner for Macos {
CreateNixVolume::plan(
root_disk.unwrap(), /* We just ensured it was populated */
self.volume_label.clone(),
false,
self.case_sensitive,
encrypt,
)
.await
Expand Down

0 comments on commit cd61f98

Please sign in to comment.