Revert accidental name_with_qoutes that broke unencrypted

This commit is contained in:
Ana Hobden 2022-11-02 09:47:40 -07:00
parent 7b8c62e4d5
commit c230ea65f6

View file

@ -90,7 +90,7 @@ impl CreateApfsVolume {
"mount", "mount",
"-mountPoint", "-mountPoint",
"/nix", "/nix",
name_with_qoutes.as_str(), name.as_str(),
] ]
}; };
// TODO(@hoverbear): Use plist lib we have in tree... // TODO(@hoverbear): Use plist lib we have in tree...