Skip to content

Commit

Permalink
Specified GNOME as an acronym (#3023)
Browse files Browse the repository at this point in the history
  • Loading branch information
lazysixoeight authored Dec 16, 2024
1 parent fb27fbd commit 5288e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archinstall/default_profiles/desktops/gnome.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class GnomeProfile(XorgProfile):
def __init__(self) -> None:
super().__init__('Gnome', ProfileType.DesktopEnv, description='')
super().__init__('GNOME', ProfileType.DesktopEnv, description='')

@property
@override
Expand Down

0 comments on commit 5288e24

Please sign in to comment.