Skip to content

Commit 5544a28

Browse files
committed
Merge pull request #16 from codeclimate/jp/attribute-content-source
Attribute source of contents
2 parents cbdd003 + 6de9de6 commit 5544a28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/build-content

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ categories.each do |category, url|
5252

5353
File.open("#{CONTENT_DIR}/#{file_name(header)}.txt", "w") do |file|
5454
file.write(body)
55+
file.write("\n\nSource: #{url}")
5556
end
5657
end
5758
end

0 commit comments

Comments
 (0)