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

Commit

Permalink
Merge pull request #1 from amatsuda/patch-1
Browse files Browse the repository at this point in the history
Edited app.rb via GitHub
  • Loading branch information
Fujimura Daisuke committed May 12, 2011
2 parents 4ba7fdd + 58566ff commit d566bf4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app.rb
Expand Up @@ -19,8 +19,7 @@
commits = payload['commits'].map do |commit|
<<-COMMIT
#{commit['url']}
commit: #{commit['id']}
Author: #{commit['author']['name']} / Date: #{commit['timestamp']}
Author: #{commit['author']['name']} / Date: #{commit['timestamp']} / commit: #{commit['id']}
#{commit['message']}
COMMIT
Expand Down

0 comments on commit d566bf4

Please sign in to comment.