From c3052c835206018624906557b5dcf3210da2b410 Mon Sep 17 00:00:00 2001 From: Aldo Funes Date: Tue, 11 Mar 2025 11:21:00 +0000 Subject: [PATCH] test --- .githooks/social-cards-zola | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.githooks/social-cards-zola b/.githooks/social-cards-zola index bd92625..35cfb45 100755 --- a/.githooks/social-cards-zola +++ b/.githooks/social-cards-zola @@ -176,7 +176,7 @@ function update_front_matter { mv "$temp_awk" "$md_file_path" } -function main() { +function social-cards-zola() { while [[ "$#" -gt 0 ]]; do case "$1" in -h|--help) @@ -224,5 +224,3 @@ function main() { echo "$image_filename" fi } - -main "$@" \ No newline at end of file