Merge pull request #192 into master

051f8fc client: src: completion: fix for when Docker is not found (Aaron Fiore)
This commit is contained in:
2025-05-14 14:00:25 -07:00

View File

@@ -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