lib/pah/templates/git.rb in pah-0.0.20 vs lib/pah/templates/git.rb in pah-0.0.21

- old
+ new

@@ -2,10 +2,10 @@ module Templates class Git < Pah::Template def call copy_static_file '.gitignore' - git :init + git init: '-q' git add: '--all' git_commit 'Initial commit.' end end end