Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Commit

Permalink
Merge pull request #199 from alphagov/clarify_updated_message
Browse files Browse the repository at this point in the history
Show ‘last updated’ to clarify bucket check message
  • Loading branch information
tombooth committed Dec 16, 2013
2 parents 6781b7c + a1370eb commit b5aaa75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backdrop/read/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def bucket_health():

def _bucket_message(buckets):
message = ', '.join(
'%s (%s)' % (bucket['name'],
'%s (last updated: %s)' % (bucket['name'],
bucket['last_updated'])
for bucket in buckets)
return message
Expand Down

0 comments on commit b5aaa75

Please sign in to comment.