chiark / gitweb /
standardize on .yml as the file extension for YAML
[fdroidserver.git] / fdroidserver / import.py
index 4d342f044c2be815f2ccce115f3134f9d2758d64..8c7f5107a5faa9fef7e763b976d5b347207b99a5 100644 (file)
@@ -261,7 +261,7 @@ def main():
     app.builds.append(build)
 
     if write_local_file:
-        metadata.write_metadata('.fdroid.yaml', app)
+        metadata.write_metadata('.fdroid.yml', app)
     else:
         # Keep the repo directory to save bandwidth...
         if not os.path.exists('build'):