mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-08-09 14:34:53 +02:00
export: Fix format
This commit is contained in:
@ -36,7 +36,7 @@ def get_export_type(export_type):
|
|||||||
"scss": "colors.scss",
|
"scss": "colors.scss",
|
||||||
"shell": "colors.sh",
|
"shell": "colors.sh",
|
||||||
"xresources": "colors.Xresources",
|
"xresources": "colors.Xresources",
|
||||||
"yml": "colors.yml",
|
"yaml": "colors.yml",
|
||||||
}.get(export_type, export_type)
|
}.get(export_type, export_type)
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user