diff --git a/chef/cookbooks/erlang/recipes/esl.rb b/chef/cookbooks/erlang/recipes/esl.rb index 4314570..9e34930 100644 --- a/chef/cookbooks/erlang/recipes/esl.rb +++ b/chef/cookbooks/erlang/recipes/esl.rb @@ -39,7 +39,7 @@ when 'debian' when 'rhel' if node['platform_version'].to_i <= 5 - Chef::Log.fatal('Erlang Solutions pacakge repositories are not available for EL5') + Chef::Log.fatal('Erlang Solutions package repositories are not available for EL5') else # include_recipe 'yum-repoforge' include_recipe 'yum-erlang_solutions'