Fixing bash path problem, avoiding 'docker-compose-completion.sh: bash: bad interpreter: No such file or directory' error

Signed-off-by: Allan de Queiroz <allandequeiroz@gmail.com>
This commit is contained in:
Allan de Queiroz 2017-01-04 11:40:41 +00:00
parent 09690e1758
commit f01ecda83c
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!bash #!/bin/bash
# #
# bash completion for docker-compose # bash completion for docker-compose
# #