Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
buty4649 committed Oct 19, 2023
1 parent 6a470a3 commit db1c2f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/support/aruba.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
def rf_path
%w[
../../build/host/bin/rf
../../build/build/bin/rf
../../build/build/bin/rf.exe
../../build/bin/rf
../../build/bin/rf.exe
].map { |path| File.expand_path(path, __dir__) }
.find { |path| File.exist?(path) }
end
Expand Down

0 comments on commit db1c2f4

Please sign in to comment.