1
0
Fork 0
mirror of https://github.com/neocities/neocities.git synced 2025-05-13 16:07:19 +02:00
neocities/ext/phantomjs.rb

6 lines
No EOL
105 B
Ruby

module Phantomjs
# Workaround for vagrant bug.
def self.path
'/usr/local/bin/phantomjs'
end
end