fixes #242 - fixed ruby version of casperjs executable
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -4,7 +4,7 @@ | ... | @@ -4,7 +4,7 @@ |
4 | 4 | ||
5 | def resolve(file_path) | 5 | def resolve(file_path) |
6 | while File.symlink?(file_path) do | 6 | while File.symlink?(file_path) do |
7 | file_path = File.dirname(file_path) + '/' + File.readlink(file_path) | 7 | file_path = File.readlink(file_path) |
8 | end | 8 | end |
9 | file_path | 9 | file_path |
10 | end | 10 | end | ... | ... |
-
Please register or sign in to post a comment