Skip to content

Commit

Permalink
Fix invalid file name on cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Morganov committed Jan 28, 2023
1 parent d9acee5 commit 9c3dd4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ namespace :book do
begin
puts 'Removing generated files'

FileList['book/contributors.txt', 'progit.html', 'progit.epub', 'progit.fb2', 'progit.mobi', 'progit.pdf'].each do |file|
FileList['book/contributors.txt', 'progit.html', 'progit.epub', 'progit.fb2.zip', 'progit.mobi', 'progit.pdf'].each do |file|
rm file

# Rescue if file not found
Expand Down

0 comments on commit 9c3dd4f

Please sign in to comment.