diff --git a/infra/machines.md.sh b/infra/machines.md.sh index 4a2a5ca1..ea1b0208 100644 --- a/infra/machines.md.sh +++ b/infra/machines.md.sh @@ -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