fix
Some checks failed
BlockStorage/repertory/pipeline/head Build queued...
BlockStorage/repertory_mac/pipeline/head There was a failure building this commit

This commit is contained in:
2025-08-08 08:28:29 -05:00
parent 0150cb2918
commit 70bcfe9a9a

View File

@@ -376,8 +376,8 @@ public:
args.emplace_back("-unmount");
#if defined(__APPLE__)
auto mount_cmd = "./repertory.app/Contents/MacOS/repertory " +
utils::string::join(args, ' ');
auto unmount_cmd = "./repertory.app/Contents/MacOS/repertory " +
utils::string::join(args, ' ');
#else // !defined(__APPLE__)
auto unmount_cmd = "./repertory " + utils::string::join(args, ' ');
#endif // defined(__APPLE__)