summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
diff options
context:
space:
mode:
authorMartin Whitaker <mageia@martin-whitaker.me.uk>2018-11-20 17:35:24 +0000
committerMartin Whitaker <mageia@martin-whitaker.me.uk>2018-11-20 17:35:24 +0000
commitc05c48127eb16504c974e589bf64371739e16e7b (patch)
treedb6e73aa6ebe19d553691f4911d34eaeeafbac94 /perl-install/any.pm
parent0a4b251e919e8c1baa304dbafefb0aa6cf6e4c20 (diff)
downloaddrakx-c05c48127eb16504c974e589bf64371739e16e7b.tar
drakx-c05c48127eb16504c974e589bf64371739e16e7b.tar.gz
drakx-c05c48127eb16504c974e589bf64371739e16e7b.tar.bz2
drakx-c05c48127eb16504c974e589bf64371739e16e7b.tar.xz
drakx-c05c48127eb16504c974e589bf64371739e16e7b.zip
Fix a Plasma capitalisation inconsistency.
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',
);