We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71f9174 commit 7b8acdbCopy full SHA for 7b8acdb
packages/compass-e2e-tests/installers/mac-dmg.ts
@@ -16,7 +16,7 @@ export async function installMacDMG(
16
try {
17
await execute(
18
'cp',
19
- ['-Rp', `/Volumes/${appName}/${appName}.app`, '/Applications'],
+ ['-Rp', `"/Volumes/${appName}/${appName}.app"`, '/Applications'],
20
{ shell: true }
21
);
22
} finally {
0 commit comments