Skip to content

Commit

Permalink
woops
Browse files Browse the repository at this point in the history
  • Loading branch information
Sutto committed Sep 6, 2009
1 parent e02b5c3 commit 8c8f8ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/gitauth/repo.rb
Expand Up @@ -108,6 +108,7 @@ def make_empty!
# Configure it
GitAuth.run "git config push.default current"
GitAuth::Logger.info "Commiting"
GitAuth.run "git add ."
GitAuth.run "git commit -am 'Initialize Empty Repository'"
# Push the changes to the actual repository
GitAuth::Logger.info "Adding origin #{self.real_path}"
Expand Down

0 comments on commit 8c8f8ad

Please sign in to comment.