From 3b6509b95bbfddccd50ebd74e361ea1417f07702 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Petazzoni?= Date: Mon, 7 Jun 2021 17:22:02 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20Fix=20minor=20bug=20in=20invento?= =?UTF-8?q?ry=20command?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- prepare-vms/lib/commands.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prepare-vms/lib/commands.sh b/prepare-vms/lib/commands.sh index 3789ca89..c47b2c43 100644 --- a/prepare-vms/lib/commands.sh +++ b/prepare-vms/lib/commands.sh @@ -431,7 +431,7 @@ _cmd_inventory() { case "$1" in "") for INFRA in infra/*; do - $0 list $INFRA + $0 inventory $INFRA done ;; */example.*)