We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22b7bc2 commit bf452c6Copy full SHA for bf452c6
1 file changed
lib/browserstack/localbinary.rb
@@ -34,7 +34,7 @@ def initialize
34
end
35
36
def download(dest_parent_dir)
37
- unless File.exists? dest_parent_dir
+ unless File.exist? dest_parent_dir
38
Dir.mkdir dest_parent_dir
39
40
uri = URI.parse(@http_path)
0 commit comments