yml -> yaml

Signed-off-by: Kiara Grouwstra <kiara@procolix.eu>
This commit is contained in:
Kiara Grouwstra 2025-09-04 17:09:44 +02:00
parent 9f616cbd6c
commit a5535d9dd0
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -49,7 +49,7 @@ EOF
done done
} >| "$output" } >| "$output"
target=$(basename "$0" .sh).yml target=$(basename "$0" .sh).yaml
if [ $# -eq 1 ] && [ "$1" = "check" ]; then if [ $# -eq 1 ] && [ "$1" = "check" ]; then
if ! diff_output=$(diff --color=always "$target" "$output"); then if ! diff_output=$(diff --color=always "$target" "$output"); then