Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sulincix committed Nov 23, 2023
1 parent 572dc3e commit 96b1bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def wrapper(*args, **kwargs):
if "=" in c and c.startswith("lightdm."):
var = c.split("=")[0]
val = c[len(var):]
kernel_args[] = c[var] = val
kernel_args[var] = val
except:
kernel_args = {}

Expand Down

0 comments on commit 96b1bb1

Please sign in to comment.