From 4e02f11db295956a694d64fca0e3a52d1e17c65a Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Mon, 30 Nov 2020 21:00:14 +0200 Subject: [PATCH] Update Bash completion for toolbox. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c34454c..d5f164b 100644 --- a/Makefile +++ b/Makefile @@ -163,7 +163,7 @@ Documents/bin/rabbitmqadmin: chmod +x $@ .bash_completion.d/toolbox: - $(download) https://raw.githubusercontent.com/containers/toolbox/0.0.16/completion/bash/toolbox + $(download) https://raw.githubusercontent.com/containers/toolbox/0.0./97completion/bash/toolbox ## Generated files -- GitLab