Skip to content

Commit

Permalink
#66 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Nov 27, 2018
1 parent 9e3acc1 commit 50ff7a9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Rakefile
Expand Up @@ -20,7 +20,6 @@ def run(cmd)
until stdout.eof?
line = stdout.gets
out += line
# puts line
end
thr.value.to_i
end
Expand Down Expand Up @@ -50,7 +49,6 @@ task :html => [:pdf, :thumbs] do
'PDFs',
Dir['*.pdf'].sort.map do |p|
name = File.basename(p, '.pdf')
puts name
title = titles[name]
next unless title
"<li class='thumb'><a href='#{p}'><img src='#{name}.png'/></a><br/>#{title}</li>"
Expand Down

0 comments on commit 50ff7a9

Please sign in to comment.