typo
This commit is contained in:
parent
046862389d
commit
74cf35b47c
|
@ -7,7 +7,7 @@ if [ -n "$UTOOLS_DOCKER_ALIASES" ]; then
|
|||
alias dm=docker-machine
|
||||
fi
|
||||
|
||||
if [ -n "$NUTOOLS_BASH_COMPLETION" ]; then
|
||||
if [ -n "$UTOOLS_BASH_COMPLETION" ]; then
|
||||
complete -F _docker_machine dm
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue