Skip to content

Commit 425ae82

Browse files
Fix Rubocop violation
1 parent bd10f19 commit 425ae82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/ios_get_build_number_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
run_described_fastlane_action(
5050
xcconfig_file_path: file_path
5151
)
52-
# Ruby error for 'No such file or directory': https://ruby-doc.org/core-2.7.4/SystemCallError.html
52+
# Ruby error for 'No such file or directory': https://ruby-doc.org/core-2.7.4/SystemCallError.html
5353
end.to raise_error(Errno::ENOENT)
5454
end
5555

0 commit comments

Comments
 (0)