diff options
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/asciidoctor-pdf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/asciidoctor-pdf b/bin/asciidoctor-pdf index 1036cf5b..d300359d 100755 --- a/bin/asciidoctor-pdf +++ b/bin/asciidoctor-pdf @@ -1,9 +1,9 @@ #!/usr/bin/env ruby -if File.file?(asciidoctor_pdf = (File.expand_path '../../lib/asciidoctor-pdf.rb', __FILE__)) +if File.file?(asciidoctor_pdf = (File.expand_path '../../lib/asciidoctor/pdf.rb', __FILE__)) require asciidoctor_pdf else - require 'asciidoctor-pdf' + require 'asciidoctor/pdf' end require 'asciidoctor/cli' |
