diff options
| author | Marat Radchenko <marat@slonopotamus.org> | 2020-03-12 23:15:27 +0300 |
|---|---|---|
| committer | Marat Radchenko <marat@slonopotamus.org> | 2020-03-12 23:15:27 +0300 |
| commit | cc61dd5f6906a9622f1da02d9452d5b7dffdb107 (patch) | |
| tree | 04c55b79e57c72b01488c98cc7f1e13674510f31 /lib | |
| parent | 729367771ff0e7b8efec59cd6173536e8e411002 (diff) | |
fix codestyle
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/asciidoctor-epub3/converter.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/asciidoctor-epub3/converter.rb b/lib/asciidoctor-epub3/converter.rb index ffb1cf4..2874ffa 100644 --- a/lib/asciidoctor-epub3/converter.rb +++ b/lib/asciidoctor-epub3/converter.rb @@ -30,7 +30,7 @@ module Asciidoctor unless (entry_dir = ::File.dirname entry.name) == '.' || (::File.directory? entry_dir) ::FileUtils.mkdir_p entry_dir end - entry.extract dest_path = entry.name + entry.extract entry.name end end end |
