Skip to content

Commit

Permalink
fix bug when adding to digest
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Belo committed Feb 6, 2013
1 parent 28d7067 commit 383a095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devdigest.rb
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def run_zendesk_digest
if groups["opened"].empty?
add " - No new tickets"
else
add << " - Opened tickets:"
add " - Opened tickets:"
groups["opened"].each do |ticket|
add " - #{ticket_entry(ticket)}"
end
Expand Down

0 comments on commit 383a095

Please sign in to comment.