Skip to content

Commit 20f684c

Browse files
committed
fixup windows downloader
1 parent 9482d04 commit 20f684c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/arduino_ci/arduino_installation.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def autolocate
3232
ret = ArduinoCmdLinux.new
3333
ret.base_cmd = [loc]
3434
when :windows then
35-
ArduinoDownloaderWindows.autolocation
35+
loc = ArduinoDownloaderWindows.autolocated_executable
3636
return nil if loc.nil?
3737
ret = ArduinoCmdWindows.new
3838
ret.base_cmd = [loc]

0 commit comments

Comments
 (0)