Skip to content

Commit 63e559e

Browse files
authored
Changed quotation marks (#3624)
1 parent 677f434 commit 63e559e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • archinstall/default_profiles/desktops

archinstall/default_profiles/desktops/cosmic.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ def __init__(self) -> None:
1212
@override
1313
def packages(self) -> list[str]:
1414
return [
15-
"cosmic",
16-
"xdg-user-dirs",
15+
'cosmic',
16+
'xdg-user-dirs',
1717
]
1818

1919
@property

0 commit comments

Comments
 (0)