From cd1462487cdef2473cb8fcb80209b2a7237ebec0 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Mon, 27 Mar 2023 06:33:56 +0000 Subject: [PATCH] Update file executable_install-program --- home/dot_local/bin/executable_install-program | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}`,