Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ljblancoredborder committed Feb 28, 2024
1 parent a10e649 commit 024aaf8
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 @@ -54,5 +54,5 @@
it { should be_file }
it { should be_executable.by(:owner) }
it { should be_executable.by(:group) }
its(:content) { should match(%r{^(\s*#.*|)#!\/usr\/bin\/env\s+ruby.*$}) }
its(:content) { should match(%r{^(\s*#.*|)#!/usr/bin/env\s+ruby.*$}) }
end

0 comments on commit 024aaf8

Please sign in to comment.