Changed quotation marks (#3624)
This commit is contained in:
parent
677f4349be
commit
63e559e502
|
|
@ -12,8 +12,8 @@ class CosmicProfile(XorgProfile):
|
|||
@override
|
||||
def packages(self) -> list[str]:
|
||||
return [
|
||||
"cosmic",
|
||||
"xdg-user-dirs",
|
||||
'cosmic',
|
||||
'xdg-user-dirs',
|
||||
]
|
||||
|
||||
@property
|
||||
|
|
|
|||
Loading…
Reference in New Issue