summaryrefslogtreecommitdiff
path: root/bin/build
diff options
context:
space:
mode:
Diffstat (limited to 'bin/build')
-rwxr-xr-xbin/build1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/build b/bin/build
index 2317a4b..a9e158c 100755
--- a/bin/build
+++ b/bin/build
@@ -55,6 +55,7 @@ class Community
def create_content_in(root_dir)
target_dir = "#{root_dir}/#{self[:sector].parameterize}/#{name.parameterize}"
+ spawn "touch #{root_dir}/#{self[:sector].parameterize}/README.md"
FileUtils.mkdir_p(target_dir, verbose: true)
create_readme_in(target_dir)
end