This commit is contained in:
Stavros kois
2024-05-12 22:46:23 +03:00
parent 4ea75a6cbc
commit e92e1793de
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
[ "$STRICT" == 'true' ] && set -e
file_path="$1"
base_cmd="yq --front-matter=process"
base_cmd="go-yq --front-matter=process"
# Check if the file has valid front matter
is_empty() {