From 2801e040bca9351d0a1fbcf05fb277c98f68c59b Mon Sep 17 00:00:00 2001 From: mo khan Date: Fri, 24 May 2024 12:44:26 -0600 Subject: rename template --- bin/community | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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) } -- cgit v1.2.3