diff options
Diffstat (limited to 'urpmi.update')
-rwxr-xr-x | urpmi.update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/urpmi.update b/urpmi.update index 3325552f..c9c9b8d7 100755 --- a/urpmi.update +++ b/urpmi.update @@ -93,7 +93,7 @@ where <name> is a medium name to update. $something_todo or die _("the entry to update is missing\n(one of %s)\n", join(", ", @entries)); } - $urpm->update_media(%options); + $urpm->update_media(%options, callback => \&urpm::sync_logger); } main(@ARGV); |