commitshots 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/commitshots.rb +1 -1
- metadata +1 -1
data/lib/commitshots.rb
CHANGED
@@ -29,7 +29,7 @@ optparse = OptionParser.new do|opts|
|
|
29
29
|
|
30
30
|
optparse.parse!
|
31
31
|
|
32
|
-
phantomScript = File.join(File.dirname(__FILE__), '
|
32
|
+
phantomScript = File.join(File.dirname(__FILE__), 'phantomjs/screenshot.js')
|
33
33
|
url = ARGV[0]
|
34
34
|
width = options[:width]
|
35
35
|
height = options[:height]
|