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

Commit fc48cb4

Browse files
committed
bot.mirror: minor change in output
1 parent a1671db commit fc48cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot/plugins/mirror.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def mirror_status(m, msg)
4242
echo = case msg.strip
4343
when "config" then status["mirror_config"]
4444
when "status" then
45-
sprintf("updated %s(up %s); packages: %s (64), %s (32), %s (any); size: %s; FPT updated %s", \
45+
sprintf("updated %s (up %s); packages: %s (64), %s (32), %s (any); size: %s; FPT updated %s", \
4646
status["report_time"],
4747
status["number_of_updated_packages"],
4848
status["number_of_packages_x86_64"],

0 commit comments

Comments
 (0)