Fix the misspelling of "package"

Change-Id: I7b156dde750bb60c45521b9f6a8e6b9176d328cc
This commit is contained in:
lijunjie 2019-01-16 19:36:12 +08:00
parent ce7e2103b2
commit 429fb68fa7
1 changed files with 1 additions and 1 deletions

View File

@ -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'