diff options
| author | Dylan Araps <[email protected]> | 2017-07-29 21:31:35 +1000 |
|---|---|---|
| committer | Dylan Araps <[email protected]> | 2017-07-29 21:31:35 +1000 |
| commit | 31425f77a03f1844c1c117614a4cc9ac9b3711cc (patch) | |
| tree | 0ede020d57e422000aed00d8ab288c312a53b7ea | |
| parent | export: Export the colors in yaml. (diff) | |
| download | pywal-31425f77a03f1844c1c117614a4cc9ac9b3711cc.tar.xz pywal-31425f77a03f1844c1c117614a4cc9ac9b3711cc.zip | |
export: Fix format
| -rw-r--r-- | pywal/export.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pywal/export.py b/pywal/export.py index abf68ab..a483022 100644 --- a/pywal/export.py +++ b/pywal/export.py @@ -36,7 +36,7 @@ def get_export_type(export_type): "scss": "colors.scss", "shell": "colors.sh", "xresources": "colors.Xresources", - "yml": "colors.yml", + "yaml": "colors.yml", }.get(export_type, export_type) |