Rename .yaml to .yml

docker-compose and other utilities use the .yml extension.
For consistency rename all .yaml to .yml

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
Rolf Neugebauer
2017-03-27 09:53:26 +02:00
parent 88286c6868
commit e9fbe43b34
19 changed files with 19 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
MOBY=../../bin/moby
selinux-initrd.img: $(MOBY) selinux.yaml
selinux-initrd.img: $(MOBY) selinux.yml
$^
.PHONY: qemu