Commit 60f2bbd19065687b26c0cfc8400a7dae0d716a2b

Authored by Dan Croak
1 parent 11f7d39f

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 56  
57 57 Dir.glob("#{project_directory}/**/*").each do |file|
58 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 60 end
61 61  
62 62 Dir.glob("#{project_directory}/**/session_store.rb").each do |file|
... ...