summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtools/draklive2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/draklive b/tools/draklive
index c24bbab0e..e157def7c 100755
--- a/tools/draklive
+++ b/tools/draklive
@@ -868,7 +868,7 @@ if ($live{copy_wizard}) {
pod2usage();
}
foreach my $region ($live{all_regions} ? (sort(keys %{$live{regions}})) : $live{system}{region}) {
- $region and print qq(=== proceeding with region $region"\n);
+ $region and print qq(=== proceeding with region "$region"\n);
$live{system}{region} = $region;
complete_config(\%live);
foreach (grep { $_->{to_run} } @actions) {