Skip to content

Commit 5c486d0

Browse files
Fix rubocop offense
1 parent 3924fd4 commit 5c486d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/spec_helper_acceptance_local.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def fetch_puppet_version
4747
end
4848

4949
def is_aarch?
50-
os[:arch] =~ /aarch/
50+
os[:arch].include?('aarch')
5151
end
5252

5353
RSpec.configure do |c|

0 commit comments

Comments
 (0)