derwiki / scripts

Repository of shell scripts that have made my life easier
10 stars 3 forks source link

Correct the refactoring of the build_heroku script #11

Closed ghost closed 12 years ago

ghost commented 12 years ago

Remove the unnecessary git rm invocation (as git add -u will have already staged the removal of all deleted, tracked files) and add back the git add (necessary to pick up newly added, not-yet-tracked files).

Fixes regression introduced in commit 905004720.