corrected exclamation mark (#69)

This commit is contained in:
jan-tricks 2023-06-22 13:20:39 +02:00 committed by GitHub
parent 26fe6d39eb
commit 06aeb295d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -120,10 +120,10 @@ async function dep() {
for (let [key, value] in Object.entries(JSON.parse(optionsArg))) {
options.push('-o', `${key}=${value}`)
}
}
} catch (e) {
console.error('Invalid JSON in options')
}
}
try {
await $`php ${dep} ${cmd} ${recipe} --no-interaction ${ansi} ${verbosity} ${options}`