From c230ea65f63ac8842f2a39d71c3a34f686270c38 Mon Sep 17 00:00:00 2001 From: Ana Hobden Date: Wed, 2 Nov 2022 09:47:40 -0700 Subject: [PATCH] Revert accidental name_with_qoutes that broke unencrypted --- src/action/darwin/create_apfs_volume.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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...