summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/community2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/community b/bin/community
index a9fc91a..4202702 100755
--- a/bin/community
+++ b/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) }