fix
This commit is contained in:
@@ -376,8 +376,8 @@ public:
|
|||||||
|
|
||||||
args.emplace_back("-unmount");
|
args.emplace_back("-unmount");
|
||||||
#if defined(__APPLE__)
|
#if defined(__APPLE__)
|
||||||
auto mount_cmd = "./repertory.app/Contents/MacOS/repertory " +
|
auto unmount_cmd = "./repertory.app/Contents/MacOS/repertory " +
|
||||||
utils::string::join(args, ' ');
|
utils::string::join(args, ' ');
|
||||||
#else // !defined(__APPLE__)
|
#else // !defined(__APPLE__)
|
||||||
auto unmount_cmd = "./repertory " + utils::string::join(args, ' ');
|
auto unmount_cmd = "./repertory " + utils::string::join(args, ' ');
|
||||||
#endif // defined(__APPLE__)
|
#endif // defined(__APPLE__)
|
||||||
|
Reference in New Issue
Block a user