1
0
Fork 0

Make ShellCheck happy

This commit is contained in:
Nicolas Jeannerod 2025-02-27 12:14:22 +01:00
parent 816099eb1f
commit 52e4dc8aec
Signed by untrusted user: Niols
GPG key ID: 35DB9EC8886E1CB8

View file

@ -31,6 +31,7 @@ for machine in $(echo "$vmOptions" | jq -r 'keys[]'); do
proxmox=$(echo "$vmOptions" | jq -r ".$machine.proxmox")
description=$(echo "$vmOptions" | jq -r ".$machine.description" | head -n 1)
# shellcheck disable=SC2016
printf '[`%s`](./%s) | %s | %s\n' "$machine" "$machine" "$proxmox" "$description"
fi
done