Skip to content

Commit

Permalink
Small fixes for basecamp
Browse files Browse the repository at this point in the history
 * Fixed mistake generating name_with_owner
 * Fixed small formatting error in spacing of changed files
 * Updated message title slightly
  • Loading branch information
eric authored and defunkt committed Nov 28, 2008
1 parent f8bcc71 commit 6fd5c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/basecamp.rb
Expand Up @@ -24,7 +24,7 @@
commit_title = commit_title.slice(0,50) << '...'
end

title = "Commit (#{name_with_owner}): #{short_git_sha}: #{commit_title}"
title = "Commit on #{name_with_owner}: #{short_git_sha}: #{commit_title}"

body = <<-EOH
*Author:* #{commit['author']['name']} <#{commit['author']['email']}>
Expand Down

0 comments on commit 6fd5c86

Please sign in to comment.