Skip to content

Commit

Permalink
Merge pull request #189 from crishoj/patch-1
Browse files Browse the repository at this point in the history
Let `util_path` return nil on failure
  • Loading branch information
legal90 committed Jun 11, 2015
2 parents 5006d8f + fe359a6 commit 80c7ea9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/vagrant-parallels/driver/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@ def util_path(bin)
path = File.join(folder, bin)
return path if File.file?(path)
end
nil
end

end
Expand Down

0 comments on commit 80c7ea9

Please # to comment.