Skip to content

Commit

Permalink
Merge pull request docker#965 from albers/bash-completion
Browse files Browse the repository at this point in the history
Favour yml and yaml extensions in bash completion for -f
  • Loading branch information
bfirsh committed Mar 6, 2015
2 parents 3002344 + 3a8a25b commit 9e9a66f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/completion/bash/docker-compose
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ _docker-compose_build() {
_docker-compose_docker-compose() {
case "$prev" in
--file|-f)
_filedir
_filedir y?(a)ml
return
;;
--project-name|-p)
Expand Down

0 comments on commit 9e9a66f

Please sign in to comment.