forked from EvergreenCrypto/docker-finance
Merge pull request #192 into master
051f8fc client: src: completion: fix for when Docker is not found (Aaron Fiore)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user