Remove support for fig.yaml, FIG_FILE, and FIG_PROJECT_NAME.

Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
Daniel Nephin 2016-01-04 15:35:57 -05:00
commit 2acc29cf1c
6 changed files with 4 additions and 30 deletions

View file

@ -28,7 +28,7 @@ __docker_compose_nospace() {
# Support for these filenames might be dropped in some future version.
__docker_compose_compose_file() {
local file
for file in docker-compose.y{,a}ml fig.y{,a}ml ; do
for file in docker-compose.y{,a}ml ; do
[ -e $file ] && {
echo $file
return