Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/git/git-scm.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/tasks/book2.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/book2.rake b/lib/tasks/book2.rake
index 816c91a3..9d17d269 100644
--- a/lib/tasks/book2.rake
+++ b/lib/tasks/book2.rake
@@ -93,7 +93,7 @@ def genbook(code, &get_content)
puts "not including #{chapter_title}\n"
break
end
- chapter_type, chapter_number, filename = chapters ["ch#{index}"]
+ chapter_type, chapter_number = chapters ["ch#{index}"]
chapter = entry
next if !chapter_title