chiark / gitweb /
standardize on .yml as the file extension for YAML
[fdroidserver.git] / fdroidserver / rewritemeta.py
index 75888a23b28bf84f199963993cd6931aed4bf82b..8335ed9c17e2f5f27493412456f9941017e3afb9 100644 (file)
@@ -64,7 +64,7 @@ def main():
     if options.list and options.to is not None:
         parser.error("Cannot use --list and --to at the same time")
 
-    supported = ['txt', 'yaml']
+    supported = ['txt', 'yml']
 
     if options.to is not None and options.to not in supported:
         parser.error("Must give a valid format to --to")