Skip to content

Commit

Permalink
Switch from and to &&
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-robertson committed Jun 19, 2024
1 parent 124d26f commit e2b108d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/acceptance/observium_install_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

describe 'Installation', if: ['centos', 'redhat', 'ubuntu'].include?(os[:family]) do
before(:all) do
if os[:family] == 'redhat' and os[:release] == '8'
if os[:family] == 'redhat' && os[:release] == '8'
install_packge('crontabs')
install_packge('curl')
elsif os[:family] == 'ubuntu'
Expand Down

0 comments on commit e2b108d

Please sign in to comment.