From 455dea0fb08fa6ddc65d294f2beec8417f0ce314 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Mon, 5 Dec 2022 05:56:39 +0000 Subject: [PATCH] Update .local/share/chezmoi/home/dot_local/bin/executable_install-program --- .../chezmoi/home/dot_local/bin/executable_install-program | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.local/share/chezmoi/home/dot_local/bin/executable_install-program b/.local/share/chezmoi/home/dot_local/bin/executable_install-program index a420c478..b1bb3348 100644 --- a/.local/share/chezmoi/home/dot_local/bin/executable_install-program +++ b/.local/share/chezmoi/home/dot_local/bin/executable_install-program @@ -1,6 +1,6 @@ #!/usr/bin/env zx -declare let chalk, process, require, which, YAML, $; +declare let chalk, which, YAML, $; const execSync = require("child_process").execSync; @@ -1386,4 +1386,4 @@ async function main() { } // Start the main process -main(); +await main();