🐞 Fix minor bug in inventory command

This commit is contained in:
Jérôme Petazzoni
2021-06-07 17:22:02 +02:00
parent c84a5ce6b7
commit 3b6509b95b

View File

@@ -431,7 +431,7 @@ _cmd_inventory() {
case "$1" in
"")
for INFRA in infra/*; do
$0 list $INFRA
$0 inventory $INFRA
done
;;
*/example.*)