Update .local/share/chezmoi/home/dot_local/bin/executable_install-program
This commit is contained in:
parent
e46b713f4d
commit
455dea0fb0
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue