diff --git a/home/dot_local/bin/executable_install-program b/home/dot_local/bin/executable_install-program index 41f007ce..91567e3b 100644 --- a/home/dot_local/bin/executable_install-program +++ b/home/dot_local/bin/executable_install-program @@ -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}`,