forked from lix-project/lix-installer
Revert accidental name_with_qoutes that broke unencrypted
This commit is contained in:
parent
7b8c62e4d5
commit
c230ea65f6
|
@ -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...
|
||||
|
|
Loading…
Reference in a new issue