Skip to content

Commit

Permalink
[displaymanager] repair tests by removing extra /
Browse files Browse the repository at this point in the history
  • Loading branch information
adriaandegroot committed Mar 3, 2024
1 parent 21842e2 commit 10acebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/displaymanager/main.py
Expand Up @@ -732,7 +732,7 @@ class DMsddm(DisplayManager):
name = "sddm"
executable = "sddm"

configuration_file = "/etc/sddm.conf"
configuration_file = "etc/sddm.conf"

def set_autologin(self, username, do_autologin, default_desktop_environment):
import configparser
Expand Down

0 comments on commit 10acebf

Please sign in to comment.