summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r--perl-install/any.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index 938af2372..0c7110da9 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -766,7 +766,7 @@ sub get_autologin() {
my $desktop = $desktop{DESKTOP} || first(sessions());
my %desktop_to_dm = (
GNOME => 'gdm',
- PLASMA => 'sddm',
+ Plasma => 'sddm',
Xfce => 'lightdm',
LXDE => 'lxdm',
);