Merge pull request #384 from jatin-cbs/master

Fixed a typo in the last PR https://github.com/archlinux/archinstall/pull/378
This commit is contained in:
Anton Hvornum 2021-04-29 10:50:50 +00:00 committed by GitHub
commit aa0f432726
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import archinstall
is_top_level_profile = False
# Note: GDM should be part of the gnome group, but adding it here for clarity
__packages__ = ["gnome". "gnome-tweaks", "gdm"]
__packages__ = ["gnome", "gnome-tweaks", "gdm"]
def _prep_function(*args, **kwargs):
"""