Skip to content

Commit

Permalink
Change include to include?
Browse files Browse the repository at this point in the history
  • Loading branch information
hunner committed Jul 22, 2014
1 parent a81cc1f commit cec351c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper_acceptance.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
include apt::backports
})
end
if ! UNSUPPORTED_PLATFORMS.include(fact('osfamily'))
if ! UNSUPPORTED_PLATFORMS.include?(fact('osfamily'))
pp = <<-EOS
$netcat = $::osfamily ? {
'RedHat' => $::operatingsystemmajrelease ? {
Expand Down

0 comments on commit cec351c

Please sign in to comment.