summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/bootloader.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/bootloader.pm b/perl-install/bootloader.pm
index 2010c625e..f63d6d480 100644
--- a/perl-install/bootloader.pm
+++ b/perl-install/bootloader.pm
@@ -1320,7 +1320,7 @@ sub update_for_renumbered_partitions {
map_each {
$sorted_hds[$1] = fs::get::device2part($::b, $all_hds->{hds}) if $::a =~ /hd(\d+)/;
} %$grub2dev;
- };
+ }
foreach (@$renumbering) {
my ($old, $new) = @$_;