Commit 939892d087a859d8c9aed0718376740823fea8c5

Authored by Rodrigo Siqueira de Melo
Committed by Thiago Ribeiro
1 parent 8877960e

Fix noosfero plugins resource

Signed-off-by: Daniel Henrique <danielhmarinho@gmail.com>
Signed-off-by: Maxwell Almeida <llewxam150@gmail.com>
Signed-off-by: Ricardo Teixeira <ricardocdzg@gmail.com>
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
cookbooks/noosfero/recipes/default.rb
@@ -74,7 +74,7 @@ plugins_spb = [ @@ -74,7 +74,7 @@ plugins_spb = [
74 #FIXME: We did it, because we have to enable each plugin and migrate it separately. 74 #FIXME: We did it, because we have to enable each plugin and migrate it separately.
75 plugins_spb.each do |plugin| 75 plugins_spb.each do |plugin|
76 execute ('plugins_spb:activate:' + plugin) do 76 execute ('plugins_spb:activate:' + plugin) do
77 - command '/usr/lib/noosfero/script/noosfero-plugin enable ' + plugin + 77 + command '/usr/lib/noosfero/script/noosfero-plugins enable ' + plugin +
78 ' && RAILS_ENV=production SCHEMA=/dev/null bundle exec ' + 78 ' && RAILS_ENV=production SCHEMA=/dev/null bundle exec ' +
79 'rake db:migrate' 79 'rake db:migrate'
80 end 80 end