Update file executable_install-program

This commit is contained in:
Brian Zalewski 2023-03-27 06:33:56 +00:00
parent c035fb4b9e
commit cd1462487c

View file

@ -1704,7 +1704,7 @@ async function linkBin(installOrdersBinLink) {
} else if (binLink.preference === 'cask') {
try {
const caskWhen = softwarePackages[binLink.package]['_when:cask']
const caskDir = caskWhen.replace('! test -d ', '').replace(/"/g, '')
const caskDir = caskWhen.replace('! test -d ', '')
if (fileExists(caskDir)) {
runCommand(
`Adding shortcut bin link for ${binLink.package}`,