Update file executable_install-program
This commit is contained in:
parent
7438c9c839
commit
c86e8a20b7
1 changed files with 1 additions and 1 deletions
|
@ -1487,7 +1487,7 @@ async function pruneInstallOrders(installOrders) {
|
|||
}
|
||||
|
||||
async function installPlugins(pluginData) {
|
||||
for (const plugin of pluginData.plugin) {
|
||||
for (const plugin of pluginData.plugins) {
|
||||
try {
|
||||
const pluginCmd = plugin.cmd.replace(/{PLUGIN}/g, plugin)
|
||||
runCommand(`Installing ${pluginData.package} plugin - ${plugin}`, `{pluginCmd}`)
|
||||
|
|
Loading…
Reference in a new issue