forked from Fediversity/Fediversity
yml -> yaml
Signed-off-by: Kiara Grouwstra <kiara@procolix.eu>
This commit is contained in:
parent
9f616cbd6c
commit
a5535d9dd0
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ EOF
|
|||
done
|
||||
} >| "$output"
|
||||
|
||||
target=$(basename "$0" .sh).yml
|
||||
target=$(basename "$0" .sh).yaml
|
||||
|
||||
if [ $# -eq 1 ] && [ "$1" = "check" ]; then
|
||||
if ! diff_output=$(diff --color=always "$target" "$output"); then
|
||||
|
|
Loading…
Add table
Reference in a new issue