Commit 8e0828f3e2b28ecf8eb47dc6e779b1edcb0ad265

Authored by Dan Croak
1 parent d68acf5a

git add .

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
script/create_project
... ... @@ -65,7 +65,8 @@ end
65 65 run("sudo mv public/stylesheets/screen.css public/stylesheets/#{project_name}.css")
66 66 run("sudo chmod 0666 public/stylesheets/#{project_name}.css")
67 67  
68   -run("git commit -a -m 'New Heroku Suspenders app'")
  68 +run("git add .")
  69 +run("git commit -m 'New Heroku Suspenders app'")
69 70  
70 71 unless installed?("rails")
71 72 run "sudo gem install rails"
... ...