Commit 937d48de9c90be9b47667e7b6ee214951e069b1d

Authored by Daniel Damasceno
1 parent 0e741a07

Adding colab-spb-plugin to recipe

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
cookbooks/colab/recipes/default.rb
@@ -26,7 +26,7 @@ package 'colab-spb-theme' do @@ -26,7 +26,7 @@ package 'colab-spb-theme' do
26 notifies :restart, 'service[colab]' 26 notifies :restart, 'service[colab]'
27 end 27 end
28 28
29 -package 'colab-spb-theme' do 29 +package 'colab-spb-plugin' do
30 action :upgrade 30 action :upgrade
31 notifies :restart, 'service[colab]' 31 notifies :restart, 'service[colab]'
32 end 32 end