Removed logging statement
This commit is contained in:
parent
80e7fce908
commit
866ce1a4fd
1 changed files with 0 additions and 1 deletions
|
@ -31,7 +31,6 @@ function runSilentCommand(command) {
|
|||
}
|
||||
|
||||
async function runScript(key, script) {
|
||||
log(`Running script..`)
|
||||
fs.writeFileSync(`${cacheDir}/${key}-raw`, script)
|
||||
const [templatedScript, file, brief] = await Promise.all([
|
||||
$`cat "${cacheDir}/${key}-raw" | chezmoi execute-template`,
|
||||
|
|
Loading…
Reference in a new issue