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/index.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/index.rake b/lib/tasks/index.rake
index 47e35b43..f9b5d727 100644
--- a/lib/tasks/index.rake
+++ b/lib/tasks/index.rake
@@ -206,7 +206,7 @@ def index_doc(filter_tags, doc_list, get_content)
# generate command-list content
generated = {}
- cmd = tag_files.detect { |f| f.first =~ /command-list\.txt/ }
+ cmd = tag_files.detect { |f| f.first == "command-list.txt" }
if cmd
cmd_list =
get_content