Skip to content

Commit

Permalink
quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
lerouxb committed Dec 23, 2024
1 parent 71f9174 commit 7b8acdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/compass-e2e-tests/installers/mac-dmg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export async function installMacDMG(
try {
await execute(
'cp',
['-Rp', `/Volumes/${appName}/${appName}.app`, '/Applications'],
['-Rp', `"/Volumes/${appName}/${appName}.app"`, '/Applications'],
{ shell: true }
);
} finally {
Expand Down

0 comments on commit 7b8acdb

Please sign in to comment.