try different

This commit is contained in:
Stavros Kois 2024-05-13 01:02:42 +03:00 committed by GitHub
parent 8c4639a796
commit 95b2826937
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ is_true() {
}
echo "Checking front matter"
if ! grep -q "^---$" "$file_path"; then
if ! head -n 1 "$file_path" | grep -q "---"; then
echo "Front matter (start) not found, adding it"
# Dont trace content, as its usually too large
[ "$DEBUG" == "true" ] && set +x

View File

@ -39,4 +39,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/flashpaper
- https://ghcr.io/andrewpaglusch/flashpaper
type: application
version: 2.0.6
version: 2.0.7