summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r--perl-install/install_steps_interactive.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index cd471f603..02d40926d 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -783,7 +783,7 @@ Do you want to install the updates ?")),
$update_medium = crypto::getPackages($o->{prefix}, $o->{packages}, $u->{mirror});
}
};
- } while $@ || !$update_medium && $o->ask_yesorno('', N("Unable to contact mirror %s" . ($@ ? " :\n$@" : "") . "\n\n" . N("Would you like to try again?")));
+ } while $@ || !$update_medium && $o->ask_yesorno('', N("Unable to contact mirror %s") . ($@ ? " :\n$@" : "") . "\n\n" . N("Would you like to try again?"));
if ($update_medium) {
if ($o->choosePackagesTree($o->{packages}, $update_medium)) {