Commit 0e07930cce8a1d22d30098dc32839d5e1d1b1fd1

Authored by Dan Croak
1 parent 3a7dd011

trying without git add .

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
script/create_project
... ... @@ -105,8 +105,8 @@ run("sudo chmod 0666 log/cucumber.log")
105 105 run("script/generate clearance")
106 106 run("script/generate clearance_features")
107 107 run("script/generate clearance_views -f")
108   -run("git add .")
109   -run("git commit -m 'installed clearance'")
  108 +# run("git add .")
  109 +# run("git commit -m 'installed clearance'")
110 110  
111 111 run("rake db:migrate RAILS_ENV=development")
112 112 run("rake db:migrate RAILS_ENV=test")
... ...