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

Commit

Permalink
bot.mirror: minor change in output
Browse files Browse the repository at this point in the history
  • Loading branch information
icy committed Aug 15, 2014
1 parent a1671db commit fc48cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/plugins/mirror.rb
Expand Up @@ -42,7 +42,7 @@ def mirror_status(m, msg)
echo = case msg.strip
when "config" then status["mirror_config"]
when "status" then
sprintf("updated %s(up %s); packages: %s (64), %s (32), %s (any); size: %s; FPT updated %s", \
sprintf("updated %s (up %s); packages: %s (64), %s (32), %s (any); size: %s; FPT updated %s", \
status["report_time"],
status["number_of_updated_packages"],
status["number_of_packages_x86_64"],
Expand Down

0 comments on commit fc48cb4

Please sign in to comment.