Skip to content
This repository has been archived by the owner on Apr 9, 2019. It is now read-only.

Commit

Permalink
remove a spurious square bracket from the end of the .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
timriley committed Jul 15, 2009
1 parent ba233bd commit a0cad56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amc-rails-template.rb
Expand Up @@ -48,7 +48,7 @@

run 'echo TODO > README'
run 'touch tmp/.gitignore log/.gitignore vendor/.gitignore'
run %{find . -type d -empty | grep -v "vendor" | grep -v ".git" | grep -v "tmp" | xargs -I xxx touch xxx/.gitignore]}
run %{find . -type d -empty | grep -v "vendor" | grep -v ".git" | grep -v "tmp" | xargs -I xxx touch xxx/.gitignore}

file '.gitignore',
%q{.DS_Store
Expand Down

0 comments on commit a0cad56

Please sign in to comment.