We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8332221 commit c6e8592Copy full SHA for c6e8592
lib/tasks/index.rake
@@ -67,7 +67,7 @@ def index_l10n_doc(filter_tags, doc_list, get_content)
67
if new_content
68
expand!(new_path, new_content, get_f_content, categories)
69
else
70
- "\n\n[WARNING]\n====\nMissing `#{path}`\n\nSee original version for this content.\n====\n\n"
+ "\n\n[WARNING]\n====\nMissing `#{new_path}`\n\nSee original version for this content.\n====\n\n"
71
end
72
73
return content
0 commit comments