Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
neillturner committed Dec 22, 2015
1 parent 5b3d268 commit 6435cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kitchen/provisioner/ansible/os/redhat.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def redhat_yum_repo
if @config[:ansible_yum_repo] == 'https://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm'
<<-INSTALL
rhelversion6=$(cat /etc/redhat-release | grep 'release 6')
if [[ -n "$rhelversion6" ]; then
if [ -n "$rhelversion6" ]; then
#{sudo_env('rpm')} -ivh 'https://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm'
else
#{sudo_env('rpm')} -ivh 'http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm'
Expand Down

0 comments on commit 6435cff

Please sign in to comment.