Skip to content

Commit

Permalink
Merge pull request #1826 from Morganov/bugfix/invalid-file-name-to-re…
Browse files Browse the repository at this point in the history
…move

Fix invalid file name on cleanup
  • Loading branch information
ben authored May 18, 2023
2 parents f5feb47 + 9c3dd4f commit 638e5de
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 638e5de

Please sign in to comment.