diff --git a/src/action/darwin/create_apfs_volume.rs b/src/action/darwin/create_apfs_volume.rs index 3f6cdd8..7f37002 100644 --- a/src/action/darwin/create_apfs_volume.rs +++ b/src/action/darwin/create_apfs_volume.rs @@ -90,7 +90,7 @@ impl CreateApfsVolume { "mount", "-mountPoint", "/nix", - name_with_qoutes.as_str(), + name.as_str(), ] }; // TODO(@hoverbear): Use plist lib we have in tree...