mirror of https://github.com/docker/compose.git
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:
parent
09690e1758
commit
f01ecda83c
|
@ -1,4 +1,4 @@
|
|||
#!bash
|
||||
#!/bin/bash
|
||||
#
|
||||
# bash completion for docker-compose
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue