aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Araps <[email protected]>2017-07-29 21:31:35 +1000
committerDylan Araps <[email protected]>2017-07-29 21:31:35 +1000
commit31425f77a03f1844c1c117614a4cc9ac9b3711cc (patch)
tree0ede020d57e422000aed00d8ab288c312a53b7ea
parentexport: Export the colors in yaml. (diff)
downloadpywal-31425f77a03f1844c1c117614a4cc9ac9b3711cc.tar.xz
pywal-31425f77a03f1844c1c117614a4cc9ac9b3711cc.zip
export: Fix format
-rw-r--r--pywal/export.py2
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)