Skip to content

Commit

Permalink
lowercase strings
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-robertson committed May 31, 2024
1 parent bbfa0ed commit 904fff1
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 os[:family] == 'Ubuntu'
if os[:family] == 'ubuntu'
run_shell("apt -y install #{package}")
end
if os[:family] == 'RedHat'
if os[:family] == 'redhat'
run_shell("yum -y install #{package}")
end

Expand Down

0 comments on commit 904fff1

Please sign in to comment.