Skip to content

Commit

Permalink
fix: add missing quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyBelym authored Jan 11, 2022
1 parent 547870f commit 62b498a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aliases.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const ALIASES = {
nameRe: /safari/i,
cmd: '',
path: BINARIES.app,
macOpenCmdTemplate: `open -n -a "{{{path}}}" --args ${BINARIES.main} /dev/null open {{{pageUrl}}} {{{cmd}}}`
macOpenCmdTemplate: `open -n -a "{{{path}}}" --args "${BINARIES.main}" /dev/null open {{{pageUrl}}} {{{cmd}}}`
},

'edge': {
Expand Down

0 comments on commit 62b498a

Please sign in to comment.