Skip to content

Commit

Permalink
remove do
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-robertson committed May 30, 2024
1 parent 0edf789 commit 0bf0468
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/spec_helper_acceptance_local.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
include PuppetLitmus

def install_packge(package)
if :osfamily == 'Ubuntu' do
if :osfamily == 'Ubuntu'
run_shell("apt -y install #{package}")
end
if :osfamily == 'RedHat' do
if :osfamily == 'RedHat'
run_shell("yum -y install #{package}")
end

Expand Down

0 comments on commit 0bf0468

Please sign in to comment.