Skip to content

Commit

Permalink
Satisfy linter
Browse files Browse the repository at this point in the history
  • Loading branch information
meisenzahl committed Nov 9, 2023
1 parent 2d382d2 commit 400d567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Views/ProgressView.vala
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ public class ProgressView : AbstractInstallerView {
var config = InstallerDaemon.InstallConfig ();
config.modify_boot_order = true;
if (current_config.install_drivers) {
config.install_drivers = true;
config.install_drivers = true;
}
config.hostname = Utils.get_hostname ();
config.lang = "en_US.UTF-8";
Expand Down

0 comments on commit 400d567

Please sign in to comment.