Skip to content

Commit

Permalink
Merge pull request #23 from tomimaen/master
Browse files Browse the repository at this point in the history
Fix issue where plugins won’t activate
  • Loading branch information
nturbanov authored Nov 28, 2018
2 parents ca3eba3 + f1aba32 commit 95347c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion customizations/js/tasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ async function replaceGitIgnore() {

async function enablePlugins() {
log(chalk.yellow('Enabling all installed plugins'))
return await runInVagrant('wp plugin list --status=inactive --field=name --format=csv | xargs sudo -u vagrant -i -- wp plugin activate --quiet')
return await runInVagrant('wp plugin activate --all')
}

async function tweakAdmin() {
Expand Down

0 comments on commit 95347c2

Please sign in to comment.