Skip to content

Commit 0b52c16

Browse files
norekincKazuCocoa
authored andcommitted
Fix missed var rename (#481)
1 parent 54a8979 commit 0b52c16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/appium_lib/driver.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def self.expand_required_files(base_dir, file_paths)
122122

123123
File.exist?(file) ? file : nil
124124
end
125-
r.compact! # remove nils
125+
file_paths.compact! # remove nils
126126

127127
files = []
128128

0 commit comments

Comments
 (0)