From 16a1a006431e5d6ac39f6b54e70a8d2511ebfa17 Mon Sep 17 00:00:00 2001 From: Jatin <40650341+jatin-cbs@users.noreply.github.com> Date: Thu, 29 Apr 2021 15:50:01 +0530 Subject: Fixed a typo in the last PR https://github.com/archlinux/archinstall/pull/378 replaced a `.` with a `,` in gnome.py profile. --- profiles/gnome.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'profiles') diff --git a/profiles/gnome.py b/profiles/gnome.py index a480d713..77c90859 100644 --- a/profiles/gnome.py +++ b/profiles/gnome.py @@ -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): """ -- cgit v1.2.3-54-g00ecf