Skip to content

Commit 7b8acdb

Browse files
committed
quotes
1 parent 71f9174 commit 7b8acdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-e2e-tests/installers/mac-dmg.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export async function installMacDMG(
1616
try {
1717
await execute(
1818
'cp',
19-
['-Rp', `/Volumes/${appName}/${appName}.app`, '/Applications'],
19+
['-Rp', `"/Volumes/${appName}/${appName}.app"`, '/Applications'],
2020
{ shell: true }
2121
);
2222
} finally {

0 commit comments

Comments
 (0)