Commit 2801e04
Changed files (2)
bin
templates
bin/community
@@ -83,7 +83,7 @@ class Census
def create_content_in(dir)
FileUtils.mkdir_p(dir, verbose: true)
- erb = ERB.new(IO.read("templates/communities.md.erb"), trim_mode: "-")
+ erb = ERB.new(IO.read("templates/city.md.erb"), trim_mode: "-")
IO.write("#{dir}/README.md", erb.result(binding))
each { |x| x.create_content_in(dir) }
templates/communities.md.erb → templates/city.md.erb
File renamed without changes