Skip to content

Commit

Permalink
pass lint
Browse files Browse the repository at this point in the history
  • Loading branch information
manegron committed Sep 20, 2024
1 parent 1d74f7b commit 84b1b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/configuration/cgroup_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
end

cgroups.each do |cgroup|
next if cgroup.include? 'snortd' || cgroup.include? 'barnyard2'
next if cgroup.include?('snortd') || cgroup.include?('barnyard2')

describe file("#{cgroup}/cgroup.controllers") do
it { should exist }
Expand Down

0 comments on commit 84b1b77

Please sign in to comment.