summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--urpm/cfg.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm/cfg.pm b/urpm/cfg.pm
index 8195515f..2c44dd91 100644
--- a/urpm/cfg.pm
+++ b/urpm/cfg.pm
@@ -149,7 +149,7 @@ sub dump_config ($$) {
for (sort grep { $_ && $_ ne 'url' } keys %{$config->{$m}}) {
if (/^(update|ignore|synthesis|virtual)$/) {
print $f " $_\n";
- } else {
+ } elsif ($_ ne 'priority') {
print $f " $_: $config->{$m}{$_}\n";
}
}