Commit d6d3634a07289a78d272e69075b9a67f621f71f6

Authored by Antonio Terceiro
1 parent f59a0105

Fix task name to enable all plugins in Noosfero

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
cookbooks/noosfero/recipes/default.rb
... ... @@ -43,10 +43,10 @@ execute 'plugins:enable' do
43 43 end
44 44  
45 45 execute 'plugins:activate' do
46   - command "RAILS_ENV=production bundle exec rake noosfero:plugins:enable_all_plugins"
  46 + command "RAILS_ENV=production bundle exec rake noosfero:plugins:enable_all"
47 47 cwd '/usr/lib/noosfero'
48 48 user 'noosfero'
49   - only_if 'bundle rake -T | grep enable_all_plugins'
  49 + only_if 'bundle rake -T | grep enable_all'
50 50 end
51 51  
52 52 execute 'theme:enable' do
... ...