Commit 60f2bbd19065687b26c0cfc8400a7dae0d716a2b
1 parent
11f7d39f
Exists in
master
and in
1 other branch
title should be ... titleized
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
script/create_project
@@ -56,7 +56,7 @@ run("git pull heroku_suspenders master") | @@ -56,7 +56,7 @@ run("git pull heroku_suspenders master") | ||
56 | 56 | ||
57 | Dir.glob("#{project_directory}/**/*").each do |file| | 57 | Dir.glob("#{project_directory}/**/*").each do |file| |
58 | search_and_replace(file, changeme, project_name) | 58 | search_and_replace(file, changeme, project_name) |
59 | - search_and_replace(file, changetitle, project_name.humanize) | 59 | + search_and_replace(file, changetitle, project_name.titleize) |
60 | end | 60 | end |
61 | 61 | ||
62 | Dir.glob("#{project_directory}/**/session_store.rb").each do |file| | 62 | Dir.glob("#{project_directory}/**/session_store.rb").each do |file| |