mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-06 15:30:28 +03:00
standardize on .yml as the file extension for YAML
Though the YAML people recommend .yaml for the file extension, in Android land it seems clear that .yml has won out: * .travis.yml * .gitlab-ci.yml * .circle.yml * Ansible main.yml
This commit is contained in:
parent
19189b9b04
commit
9cd6b444f8
8 changed files with 10 additions and 10 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue