forked from Fediversity/Fediversity
Make ShellCheck happy
This commit is contained in:
parent
816099eb1f
commit
52e4dc8aec
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ for machine in $(echo "$vmOptions" | jq -r 'keys[]'); do
|
||||||
proxmox=$(echo "$vmOptions" | jq -r ".$machine.proxmox")
|
proxmox=$(echo "$vmOptions" | jq -r ".$machine.proxmox")
|
||||||
description=$(echo "$vmOptions" | jq -r ".$machine.description" | head -n 1)
|
description=$(echo "$vmOptions" | jq -r ".$machine.description" | head -n 1)
|
||||||
|
|
||||||
|
# shellcheck disable=SC2016
|
||||||
printf '[`%s`](./%s) | %s | %s\n' "$machine" "$machine" "$proxmox" "$description"
|
printf '[`%s`](./%s) | %s | %s\n' "$machine" "$machine" "$proxmox" "$description"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Reference in a new issue