summaryrefslogtreecommitdiff
path: root/ui/qt5/horizonwizard.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt5/horizonwizard.cc')
-rw-r--r--ui/qt5/horizonwizard.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt5/horizonwizard.cc b/ui/qt5/horizonwizard.cc
index d97ab3b..9b82b9d 100644
--- a/ui/qt5/horizonwizard.cc
+++ b/ui/qt5/horizonwizard.cc
@@ -654,7 +654,7 @@ QString HorizonWizard::toHScript() {
lines << "pkginstall openrc";
if(this->grub) {
- lines << "bootloader " << QString::fromStdString(chosen_disk);
+ lines << ("bootloader " + QString::fromStdString(chosen_disk));
}
switch(this->binsh) {