Specified GNOME as an acronym (#3023)
This commit is contained in:
parent
fb27fbdfa8
commit
5288e246ec
|
|
@ -6,7 +6,7 @@ from archinstall.default_profiles.xorg import XorgProfile
|
|||
|
||||
class GnomeProfile(XorgProfile):
|
||||
def __init__(self) -> None:
|
||||
super().__init__('Gnome', ProfileType.DesktopEnv, description='')
|
||||
super().__init__('GNOME', ProfileType.DesktopEnv, description='')
|
||||
|
||||
@property
|
||||
@override
|
||||
|
|
|
|||
Loading…
Reference in New Issue