diff --git a/client/src/docker/completion.bash b/client/src/docker/completion.bash index c77c724..10c5c23 100644 --- a/client/src/docker/completion.bash +++ b/client/src/docker/completion.bash @@ -30,7 +30,8 @@ # If not yet installed, gracefully exit if ! hash docker &>/dev/null; then - exit 0 + echo -e "\e[33;1m [WARN] Docker installation not found for docker-finance!\e[0m" >&2 + return fi # TODO: HACK: needed for `plugins` completion