Commit 939892d087a859d8c9aed0718376740823fea8c5
Committed by
Thiago Ribeiro
1 parent
8877960e
Exists in
master
and in
79 other branches
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 | 74 | #FIXME: We did it, because we have to enable each plugin and migrate it separately. |
75 | 75 | plugins_spb.each do |plugin| |
76 | 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 | 78 | ' && RAILS_ENV=production SCHEMA=/dev/null bundle exec ' + |
79 | 79 | 'rake db:migrate' |
80 | 80 | end | ... | ... |