Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
bradphelan committed Sep 26, 2011
1 parent 3bda55f commit ebea385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/wkhtmltopdf-heroku.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# config/initializers/pdfkit.rb
PDFKit.configure do |config|
config.wkhtmltopdf = File.expand_path "../bin/wkhtmltopdf-linux-amd64", __FILE__
config.wkhtmltopdf = File.expand_path "../../bin/wkhtmltopdf-linux-amd64", __FILE__
# config.default_options = {
# :page_size => 'Legal',
# :print_media_type => true
Expand Down

0 comments on commit ebea385

Please sign in to comment.