Commit 00d6a1cfa88e695748fa1e1814bfd2f833372828

Authored by Alessandro Beltrão
2 parents 9c361318 937d48de

Merge branch 'colab_spb_plugin_recipe' into 'master'

Colab spb plugin recipe

See merge request !173
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 26 notifies :restart, 'service[colab]'
27 27 end
28 28  
29   -package 'colab-spb-theme' do
  29 +package 'colab-spb-plugin' do
30 30 action :upgrade
31 31 notifies :restart, 'service[colab]'
32 32 end
... ...